Clase AttributeGroup
Represents a group of attributes.
Jerarquía de herencia
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.MdmDataContractOfMemberTypeContextIdentifier
Microsoft.MasterDataServices.AttributeGroup
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<DataContractAttribute(Name := "AttributeGroup", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class AttributeGroup _
Inherits MdmDataContractOfMemberTypeContextIdentifier
'Uso
Dim instance As AttributeGroup
[DataContractAttribute(Name = "AttributeGroup", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class AttributeGroup : MdmDataContractOfMemberTypeContextIdentifier
[DataContractAttribute(Name = L"AttributeGroup", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class AttributeGroup : public MdmDataContractOfMemberTypeContextIdentifier
[<DataContractAttribute(Name = "AttributeGroup", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type AttributeGroup =
class
inherit MdmDataContractOfMemberTypeContextIdentifier
end
public class AttributeGroup extends MdmDataContractOfMemberTypeContextIdentifier
El tipo AttributeGroup expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
AttributeGroup | Initializes a new instance of the AttributeGroup class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Attributes | Gets or sets an array of attributes. | |
AuditInfo | Gets or sets an AuditInfo. (Se hereda de MdmDataContractOfMemberTypeContextIdentifier.) | |
ExtensionData | Gets or sets the structure that contains extra data. (Se hereda de DataContractBase.) | |
FullName | Gets or sets the name of the AttributeGroup. | |
Identifier | Gets or sets an ID. (Se hereda de MdmDataContractOfMemberTypeContextIdentifier.) | |
IsNameCodeFrozen | Gets or sets a value indicating whether the Name and Code attributes should be frozen visibly during scrolling. | |
IsSystem | Gets or sets a value indicating whether the attribute group is a system group. | |
Permission | Gets or sets a security permission. (Se hereda de MdmDataContractOfMemberTypeContextIdentifier.) | |
SortOrder | Gets or sets the sort order of the attribute group among other attribute groups of the same entity and member type. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (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.