BRChangeTrackingGroupArgument Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A business rule changes tracking argument.
public ref class BRChangeTrackingGroupArgument : Microsoft::MasterDataServices::Services::DataContracts::BRArgument, Microsoft::MasterDataServices::Services::DataContracts::IBRAttributeArgumentContainer
[System.Runtime.Serialization.DataContract(Name="BRChangeTrackingGroupArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Serializable]
public class BRChangeTrackingGroupArgument : Microsoft.MasterDataServices.Services.DataContracts.BRArgument, Microsoft.MasterDataServices.Services.DataContracts.IBRAttributeArgumentContainer
[<System.Runtime.Serialization.DataContract(Name="BRChangeTrackingGroupArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Serializable>]
type BRChangeTrackingGroupArgument = class
inherit BRArgument
interface IBRAttributeArgumentContainer
interface IBRArgument
Public Class BRChangeTrackingGroupArgument
Inherits BRArgument
Implements IBRAttributeArgumentContainer
- Inheritance
- Attributes
- Implements
Remarks
The BRChangeTrackingGroupArgument specifies a business rule changes tracking argument.
Constructors
BRChangeTrackingGroupArgument() |
Initializes a new instance of the BRChangeTrackingGroupArgument class. |
Properties
ChangeTrackingGroup |
Specifies the change tracking group. |
Identifier |
Uniquely identifies the argument. (Inherited from BRArgument) |
LeafNodeAttribute |
Specifiesdetails for the bottom-level attribute argument. |
PropertyName |
Specifies the property name. (Inherited from BRArgument) |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |