AccountInfo Class

Represents minimal information about an Account.
Inheritance Hierarchy
SystemObject
  Dundas.BI.AccountServicesMemberInfo
    Dundas.BI.AccountServicesAccountInfo

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

The AccountInfo type exposes the following members.

Properties
 NameDescription
Public propertyDisplayNameGets the display name.
(Inherited from MemberInfo)
Public propertyEffectiveDisplayNameGets the effective display name.
(Inherited from MemberInfo)
Public propertyGroupKindGets the kind of the group. This is only set if MemberKind is Group.
(Inherited from MemberInfo)
Public propertyHasEmailAddress Gets the value indicating whether the account has an email address or not.
(Overrides MemberInfoHasEmailAddress)
Public propertyIdGets the ID.
(Inherited from MemberInfo)
Public propertyIsGlobal Gets a value indicating whether the account is a global account.
(Overrides MemberInfoIsGlobal)
Public propertyMemberKindGets the kind of the member.
(Inherited from MemberInfo)
Public propertyNameGets the name.
(Inherited from MemberInfo)
Public propertySingleTenantId Gets or sets the ID of the single tenant associated with the account/group.
(Inherited from MemberInfo)
Public propertyTenantIdsGets the IDs of any tenants associated with the member.
(Inherited from MemberInfo)
Top
Methods
 NameDescription
Public methodToStringReturns a string that represents the current object.
(Inherited from MemberInfo)
Top
See Also