BRGetCriteria Class

Definition

Specifies globally unique identifiers (GUIDs) or names of the desired model, entity, or member type.

public ref class BRGetCriteria : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="BRGetCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRGetCriteria : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="BRGetCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRGetCriteria = class
    inherit DataContractBase
Public Class BRGetCriteria
Inherits DataContractBase
Inheritance
BRGetCriteria
Attributes

Constructors

BRGetCriteria()

Initializes a new instance of the BRGetCriteria class.

Properties

AttributeId

Gets or sets an identifier to specify the globally unique identifier (GUID) or the exact name of the attribute.

BusinessRuleIds

Gets or sets an array of business rule IDs.

EntityId

Gets or sets an identifier to specify the globally unique identifier (GUID) or the exact name of the entity.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
MemberType

Gets or sets a type specifying leaf, parent, or collection members.

ModelId

Gets or sets an identifier to specify the globally unique identifier (GUID) or the exact name of the model.

Applies to