BRChangeTrackingGroupArgument Class

Definition

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
BRChangeTrackingGroupArgument
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)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
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)

Applies to