Clase DerivedHierarchy
Defines the data contract for the derived hierarchy.
Jerarquía de herencia
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.MdmDataContract<ModelContextIdentifier>
Microsoft.MasterDataServices.Services.DataContracts.DerivedHierarchy
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<DataContractAttribute(Name := "DerivedHierarchy", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class DerivedHierarchy _
Inherits MdmDataContract(Of ModelContextIdentifier)
'Uso
Dim instance As DerivedHierarchy
[DataContractAttribute(Name = "DerivedHierarchy", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class DerivedHierarchy : MdmDataContract<ModelContextIdentifier>
[DataContractAttribute(Name = L"DerivedHierarchy", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class DerivedHierarchy sealed : public MdmDataContract<ModelContextIdentifier^>
[<SealedAttribute>]
[<DataContractAttribute(Name = "DerivedHierarchy", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type DerivedHierarchy =
class
inherit MdmDataContract<ModelContextIdentifier>
end
public final class DerivedHierarchy extends MdmDataContract<ModelContextIdentifier>
El tipo DerivedHierarchy expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
DerivedHierarchy | Initializes a new instance of the DerivedHierarchy class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AnchorNullRecursions | Gets or sets a value that indicates whether the null recursive relationships will be anchored. | |
AuditInfo | Gets or sets the audit information. (Se hereda de MdmDataContract<TIdType>.) | |
FullyQualifiedName | Gets or sets the fully qualified name. | |
Identifier | Gets or sets the identifier. (Se hereda de MdmDataContract<TIdType>.) | |
IsRecursive | Gets or sets a value that indicates whether the derived hierarchy includes a recursive relationship. | |
Levels | Gets or sets the list of DerivedHierarchyLevel contained in the derived hierarchy. | |
Permission | Gets or sets the permission. (Se hereda de MdmDataContract<TIdType>.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts