com.stimulsoft.report.dictionary
Class StiRestrictions

java.lang.Object
  extended by com.stimulsoft.report.dictionary.StiRestrictions

public class StiRestrictions
extends java.lang.Object


Constructor Summary
StiRestrictions()
           
 
Method Summary
 void Add(java.lang.String name, StiDataType dataType, StiRestrictionTypes type)
           
 void Clear()
           
 boolean isAllowShow(java.lang.String name, StiDataType dataType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiRestrictions

public StiRestrictions()
Method Detail

Clear

public final void Clear()

Add

public final void Add(java.lang.String name,
                      StiDataType dataType,
                      StiRestrictionTypes type)

isAllowShow

public boolean isAllowShow(java.lang.String name,
                           StiDataType dataType)