BRItemTypeComponent-Klasse
Specifies the base level components type of business rules.
Vererbungshierarchie
System. . :: . .Object
Microsoft.MasterDataServices..::..BRItemTypeComponent
Microsoft.MasterDataServices. . :: . .BRActionComponent
Microsoft.MasterDataServices. . :: . .BRConditionComponent
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<KnownTypeAttribute(GetType(BRActionComponent))> _
<DataContractAttribute(Name := "BRItemTypeComponent", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(BRConditionComponent))> _
Public Class BRItemTypeComponent _
Implements IExtensibleDataObject
'Usage
Dim instance As BRItemTypeComponent
[KnownTypeAttribute(typeof(BRActionComponent))]
[DataContractAttribute(Name = "BRItemTypeComponent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(BRConditionComponent))]
public class BRItemTypeComponent : IExtensibleDataObject
[KnownTypeAttribute(typeof(BRActionComponent))]
[DataContractAttribute(Name = L"BRItemTypeComponent", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(BRConditionComponent))]
public ref class BRItemTypeComponent : IExtensibleDataObject
[<KnownTypeAttribute(typeof(BRActionComponent))>]
[<DataContractAttribute(Name = "BRItemTypeComponent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(BRConditionComponent))>]
type BRItemTypeComponent =
class
interface IExtensibleDataObject
end
public class BRItemTypeComponent implements IExtensibleDataObject
Der BRItemTypeComponent-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
BRItemTypeComponent | Initializes a new instance of the BRItemTypeComponent class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
CompatibleAttributeTypes | Gets or sets the array of BRAttributeTypeInfo objects, which defines the AttributeType-AttributeDataType pairs that are compatible with this item type component. | |
Description | Gets or sets the description of the type. | |
ExtensionData | Gets or sets an object containing extra data. | |
ItemType | Gets or sets the item type. |
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.