BRCondition Class
Represents conditions to be evaluated to trigger actions defined in a created business rule.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.Services.DataContracts.BRItem
Microsoft.MasterDataServices.Services.DataContracts.BRCondition
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<SerializableAttribute> _
<DataContractAttribute(Name := "BRCondition", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRCondition _
Inherits BRItem
'Usage
Dim instance As BRCondition
[SerializableAttribute]
[DataContractAttribute(Name = "BRCondition", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRCondition : BRItem
[SerializableAttribute]
[DataContractAttribute(Name = L"BRCondition", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRCondition : public BRItem
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BRCondition", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRCondition =
class
inherit BRItem
end
public class BRCondition extends BRItem
The BRCondition type exposes the following members.
Properties
Name | Description | |
---|---|---|
AuditInfo | AuditInfo complex type. (Inherited from BRItem.) | |
BusinessRuleId | MemberTypeContextIdentifier complex type. (Inherited from BRItem.) | |
ConditionTreeNodeId | Gets or sets the identifier of the owning condition tree node. | |
Identifier | Identifier complex type. (Inherited from BRItem.) | |
Operator | BRItemType simple type. (Inherited from BRItem.) | |
PostfixArguments | ArrayOfanyType. (Inherited from BRItem.) | |
PrefixArgument | Gets or sets the prefix (left) argument. | |
Sequence | Gets or sets a value representing the order business rule items should be displayed and evaluated in. (Inherited from BRItem.) | |
Text | Gets or sets the item text. (Inherited from BRItem.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.