BRGetCriteria-Klasse
Specifies globally unique identifiers (GUIDs) or names of the desired model, entity, or member type.
Vererbungshierarchie
System. . :: . .Object
Microsoft.MasterDataServices..::..BRGetCriteria
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "BRGetCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRGetCriteria _
Implements IExtensibleDataObject
'Usage
Dim instance As BRGetCriteria
[DataContractAttribute(Name = "BRGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRGetCriteria : IExtensibleDataObject
[DataContractAttribute(Name = L"BRGetCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRGetCriteria : IExtensibleDataObject
[<DataContractAttribute(Name = "BRGetCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRGetCriteria =
class
interface IExtensibleDataObject
end
public class BRGetCriteria implements IExtensibleDataObject
Der BRGetCriteria-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
BRGetCriteria | Initializes a new instance of the BRGetCriteria class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
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 an object containing extra data. | |
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.