MemberInfoData Class

The DTO class for MemberInfo.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.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 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 propertyIsGlobal
Gets a value indicating whether the member is global.
Public propertyMemberKind
Gets the kind of the member.
Public propertyName
Gets the name.
Public propertyTenantId
Public propertyTenantIds
Gets 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