BRArgument Class
An argument base for business rules.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::BRArgument
Microsoft.MasterDataServices.Services.DataContracts::BRAttributeArgumentBase
Microsoft.MasterDataServices.Services.DataContracts::BRAttributeValueArgument
Microsoft.MasterDataServices.Services.DataContracts::BRBlankArgument
Microsoft.MasterDataServices.Services.DataContracts::BRChangeTrackingGroupArgument
Microsoft.MasterDataServices.Services.DataContracts::BRFreeformArgument
Microsoft.MasterDataServices.Services.DataContracts::BRHierarchyArgument
Microsoft.MasterDataServices.Services.DataContracts::BRUserScriptParameterArgument
[SerializableAttribute] [DataContractAttribute(Name = "BRArgument", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")] [KnownTypeAttribute((BRUserScriptParameterArgument^::typeid))] [KnownTypeAttribute((BRFreeformArgument^::typeid))] [KnownTypeAttribute((BRDomainBasedAttributeArgument^::typeid))] [KnownTypeAttribute((BRAttributeValueArgument^::typeid))] [KnownTypeAttribute((BRChangeTrackingGroupArgument^::typeid))] [KnownTypeAttribute((BRBlankArgument^::typeid))] [KnownTypeAttribute((BRHierarchyArgument^::typeid))] [KnownTypeAttribute((BRAttributeArgument^::typeid))] public ref class BRArgument abstract : DataContractBase, IBRArgument
| Name | Description | |
|---|---|---|
![]() | BRArgument() | Constructor. |
| Name | Description | |
|---|---|---|
![]() | Identifier | Gets or sets the identifier for the argument. |
![]() | PropertyName | Gets or sets the property name. |
| 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 BRArgument complex type specifies the base type for all business rule arguments.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


