Click or drag to resize
SettingRuleExpression Class
Class which defines a setting rule expression, which can be combined with other setting rules into a setting rule which is applied to e.g. attribute definitions on the project level to filter out elements the attribute shouldn't be applied on.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.ConfigurationSettingRuleExpression

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public class SettingRuleExpression

The SettingRuleExpression type exposes the following members.

Constructors
  NameDescription
Public methodSettingRuleExpression
Initializes a new instance of the SettingRuleExpression class.
Top
Properties
  NameDescription
Public propertyConcatenationOperator
Gets or sets the concatenation operator to use to tie this SettingRuleExpression with the previous setting rule expression in a setting rule.
Public propertyIsValid
Gets a value indicating whether this instance is valid.
Public propertyOperator
Gets or sets the operator to use on the property
Public propertyProperty
Gets or sets the property of the element the rule has effect on
Public propertyValue
Gets or sets the value to use with the operator.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodResolve
Resolves the rule on the specified source.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also