This topic has not yet been rated - Rate this topic

AttributeGroup Class

Defines the data contract for the attribute group.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
[DataContractAttribute(Name = "AttributeGroup", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class AttributeGroup : MdmDataContract<MemberTypeContextIdentifier>

The AttributeGroup type exposes the following members.

  NameDescription
Public methodAttributeGroupInitializes a new instance of the AttributeGroup class.
Top
  NameDescription
Public propertyAttributesGets or sets the list of attributes contained in the attribute group.
Public propertyAuditInfoGets or sets the audit information. (Inherited from MdmDataContract<TIdType>.)
Public propertyFullNameGets or sets the full qualified name.
Public propertyIdentifierGets or sets the identifier. (Inherited from MdmDataContract<TIdType>.)
Public propertyIsNameCodeFrozenGets or sets a value that indicates whether the Name and Code attributes should be frozen visibly during scrolling.
Public propertyIsSystemGets or sets a value that indicates whether the attribute group is a system group.
Public propertyPermissionGets or sets the permission. (Inherited from MdmDataContract<TIdType>.)
Public propertySortOrderGets or sets the sort order of the attribute group among other attribute groups of the same entity and member type.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.