BRArgument Classe

Définition

Représente le type de base pour tous les arguments de règle d'entreprise dans MDS.

public ref class BRArgument : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="BRArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.BRHierarchyArgument))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.BRAttributeArgument))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.BRDomainBasedAttributeArgument))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.BRFreeformArgument))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.BRAttributeValueArgument))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.BRBlankArgument))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.BRAttributeArgumentBase))]
public class BRArgument : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="BRArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.BRHierarchyArgument))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.BRAttributeArgument))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.BRDomainBasedAttributeArgument))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.BRFreeformArgument))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.BRAttributeValueArgument))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.BRBlankArgument))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.BRAttributeArgumentBase))>]
type BRArgument = class
    inherit DataContractBase
Public Class BRArgument
Inherits DataContractBase
Héritage
Dérivé
Attributs

Constructeurs

BRArgument()

Initialise une nouvelle instance de la classe BRArgument.

Propriétés

ExtensionData

Obtient ou définit la structure qui contient des données supplémentaires.

(Hérité de DataContractBase)
Identifier

Obtient ou définit l'ID de l'argument de règle d'entreprise.

PropertyName

Obtient ou définit le nom de propriété.

S’applique à