| SettingRule Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: SD.LLBLGen.Pro.ApplicationCore.Configuration
 Syntax
SyntaxThe SettingRule type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | SettingRule | 
            Initializes a new instance of the SettingRule class.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Expressions | 
            Gets the expressions contained by this instance.
             | 
|  | IsEmpty | 
            Gets a value indicating whether this instance is empty.
             | 
|  | Item | 
            Gets the SettingRuleExpression at the specified index.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddSettingRuleExpression | 
            Adds the setting rule expression.
             | 
|  | Clone | 
            Clones this instance.
             | 
|  | Equals | 
            Determines whether the specified Object is equal to this instance.
            (Overrides ObjectEquals(Object).) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | FixNullValues | 
            Fixes the null values.
             | 
|  | GetHashCode | 
            Returns a hash code for this instance.
            (Overrides ObjectGetHashCode.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | RemoveSettingRuleExpression(Int32) | 
            Removes the setting rule expression.
             | 
|  | RemoveSettingRuleExpression(SettingRuleExpression) | 
            Removes the setting rule expression.
             | 
|  | Resolve | 
            Resolves this rule using the specified source.
             | 
|  | SerializeToWriter | 
            Serializes the data in this class to the serializer passed in
             | 
|  | ToString | 
            Returns a String that represents this instance.
            (Overrides ObjectToString.) | 
 See Also
See Also