AccountInfo Class

Represents minimal information about an Account.
Inheritance Hierarchy

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public class AccountInfo : MemberInfo

The AccountInfo type exposes the following members.

Properties
  NameDescription
Public propertyDisplayName
Gets the display name.
(Inherited from MemberInfo.)
Public propertyEffectiveDisplayName
Gets the effective display name.
(Inherited from MemberInfo.)
Public propertyGroupKind
Gets the kind of the group. This is only set if MemberKind is Group.
(Inherited from MemberInfo.)
Public propertyId
Gets the ID.
(Inherited from MemberInfo.)
Public propertyIsGlobal
Gets a value indicating whether the account is a global account.
(Overrides MemberInfoIsGlobal.)
Public propertyMemberKind
Gets the kind of the member.
(Inherited from MemberInfo.)
Public propertyName
Gets the name.
(Inherited from MemberInfo.)
Public propertyTenantIds
Gets the IDs of any tenants associated with the member.
(Inherited from MemberInfo.)
Top
Methods
  NameDescription
Public methodToString
Returns a string that represents the current object.
(Inherited from MemberInfo.)
Top
See Also