AttributeGroup Class

Represents a group of attributes.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.MdmDataContractOfMemberTypeContextIdentifier
    Microsoft.MasterDataServices.AttributeGroup

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "AttributeGroup", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class AttributeGroup _
    Inherits MdmDataContractOfMemberTypeContextIdentifier
'Usage
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

The AttributeGroup type exposes the following members.

Constructors

  Name Description
Public method AttributeGroup Initializes a new instance of the AttributeGroup class.

Top

Properties

  Name Description
Public property Attributes Gets or sets an array of attributes.
Public property AuditInfo Gets or sets an AuditInfo. (Inherited from MdmDataContractOfMemberTypeContextIdentifier.)
Public property ExtensionData Gets or sets an object that contains extra data. (Inherited from MdmDataContractOfMemberTypeContextIdentifier.)
Public property FullName Gets or sets the name of the AttributeGroup.
Public property Identifier Gets or sets an ID. (Inherited from MdmDataContractOfMemberTypeContextIdentifier.)
Public property IsNameCodeFrozen Gets or sets a value indicating whether the Name and Code attributes should be frozen visibly during scrolling.
Public property IsSystem Gets or sets a value indicating whether the attribute group is a system group.
Public property Permission Gets or sets a security permission. (Inherited from MdmDataContractOfMemberTypeContextIdentifier.)
Public property SortOrder Gets or sets the sort order of the attribute group among other attribute groups of the same entity and member type.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.