MemberInfoData Class

The DTO class for MemberInfo.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[DataContractAttribute]
public class MemberInfoData : BaseDataContract

The MemberInfoData type exposes the following members.

Constructors
  NameDescription
Public methodMemberInfoData
Initializes a new instance of the MemberInfoData class.
Top
Properties
  NameDescription
Public propertyDisplayName
Gets the display name.
Public propertyGroupKind
Gets the kind of the group. This is only set if MemberKind is Group.
Public propertyId
Gets the ID.
Public propertyMemberKind
Gets the kind of the member.
Public propertyName
Gets the name.
Public propertyTenantId
Gets the ID of the tenant associated with the member.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also