BRChangeTrackingGroupArgument Class

 

A business rule changes tracking argument.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

System::Object
  Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts::BRArgument
      Microsoft.MasterDataServices.Services.DataContracts::BRChangeTrackingGroupArgument

[SerializableAttribute]
[DataContractAttribute(Name = "BRChangeTrackingGroupArgument", 
	Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRChangeTrackingGroupArgument : BRArgument, 
	IBRAttributeArgumentContainer, IBRArgument

NameDescription
System_CAPS_pubmethodBRChangeTrackingGroupArgument()

Initializes a new instance of the BRChangeTrackingGroupArgument class.

NameDescription
System_CAPS_pubpropertyChangeTrackingGroup

Gets or sets the change tracking group.

System_CAPS_pubpropertyIdentifier

Gets or sets the identifier for the argument. (Inherited from BRArgument.)

System_CAPS_pubpropertyLeafNodeAttribute

Gets the details for the bottom-level attribute argument.

System_CAPS_pubpropertyPropertyName

Gets or sets the property name. (Inherited from BRArgument.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodSetProperty<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.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

The BRChangeTrackingGroupArgument specifies a business rule changes tracking argument.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: