BRItem Class
Base class for Actions and Conditions.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::BRItem
Microsoft.MasterDataServices.Services.DataContracts::BRAction
Microsoft.MasterDataServices.Services.DataContracts::BRCondition
[SerializableAttribute] [KnownTypeAttribute((BRDomainBasedAttributeArgument^::typeid))] [KnownTypeAttribute((BRAttributeValueArgument^::typeid))] [KnownTypeAttribute((BRAction^::typeid))] [KnownTypeAttribute((BRAttributeArgument^::typeid))] [KnownTypeAttribute((BRBlankArgument^::typeid))] [KnownTypeAttribute((BRCondition^::typeid))] [KnownTypeAttribute((BRHierarchyArgument^::typeid))] [DataContractAttribute(Name = "BRItem", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")] [KnownTypeAttribute((BRFreeformArgument^::typeid))] public ref class BRItem abstract : DataContractBase
| Name | Description | |
|---|---|---|
![]() | BRItem() | Constructor. |
| Name | Description | |
|---|---|---|
![]() | AuditInfo | Obsolete. Gets or sets the audit info. |
![]() | BusinessRuleId | Gets or sets the ID of the owning business rule. |
![]() | Identifier | Gets or sets the ID. Uniquely identifies the business rule item. |
![]() | IsCorrupted | Gets or sets a value that indicates whether the business rule item is corrupted. |
![]() | Operator | Gets or sets the operator. |
![]() | PostfixArguments | Gets or sets the collection of postfix (right-hand-side) arguments. |
![]() | Sequence | Gets or sets the order in which business rule items should be displayed and evaluated. |
![]() | Text | Gets or sets the text describing the business rule item. |
![]() | UserScriptName | Gets or sets the user defined script name. |
![]() | UserScriptParameterCount | Gets or sets the total parameter count. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetProperty<T>(T%, T, String^, Boolean) | Changes the property to the given value. Returns whether the new value is different from the old value. (Inherited from DataContractBase.) |
![]() | ToString() | (Inherited from Object.) |
The BRItem complex type specifies a logical part of a complete business rule.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


