BRArgument Class
Represents the base type for all business rule arguments in MDS.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
System::Object
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::BRArgument
Microsoft.MasterDataServices::BRAttributeArgumentBase
Microsoft.MasterDataServices::BRAttributeValueArgument
Microsoft.MasterDataServices::BRBlankArgument
Microsoft.MasterDataServices::BRFreeformArgument
Microsoft.MasterDataServices::BRHierarchyArgument
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::BRArgument
Microsoft.MasterDataServices::BRAttributeArgumentBase
Microsoft.MasterDataServices::BRAttributeValueArgument
Microsoft.MasterDataServices::BRBlankArgument
Microsoft.MasterDataServices::BRFreeformArgument
Microsoft.MasterDataServices::BRHierarchyArgument
[DataContractAttribute(Name = "BRArgument", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")] [KnownTypeAttribute((BRHierarchyArgument^::typeid))] [KnownTypeAttribute((BRAttributeArgument^::typeid))] [KnownTypeAttribute((BRDomainBasedAttributeArgument^::typeid))] [KnownTypeAttribute((BRFreeformArgument^::typeid))] [KnownTypeAttribute((BRAttributeValueArgument^::typeid))] [KnownTypeAttribute((BRBlankArgument^::typeid))] [KnownTypeAttribute((BRAttributeArgumentBase^::typeid))] public ref class BRArgument : DataContractBase
| Name | Description | |
|---|---|---|
![]() | BRArgument() | Initializes a new instance of the BRArgument class. |
| Name | Description | |
|---|---|---|
![]() | ExtensionData | Gets or sets the structure that contains extra data.(Inherited from DataContractBase.) |
![]() | Identifier | Gets or sets the ID of the business rule 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.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


