MemberInfoData Class

The DTO class for MemberInfo.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsMemberInfoData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
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 propertyDisplayNameGets the display name.
Public propertyGroupKindGets the kind of the group. This is only set if MemberKind is Group.
Public propertyHasEmailAddress Gets the value indicating whether the member has an email address or not.
Public propertyIdGets the ID.
Public propertyIsGlobal Gets a value indicating whether the member is global.
Public propertyMemberKindGets the kind of the member.
Public propertyNameGets the name.
Public propertyTenantId 
Public propertyTenantIdsGets the IDs of any tenants associated with the member.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
Methods
 NameDescription
Public methodStatic memberToDataContractMappings Gets the mapping rules that go from a MemberInfo to a MemberInfoData.
Top
See Also