AccountData Class

Used to pass data between the application and an IAccountsProvider.
Inheritance Hierarchy

Namespace: Dundas.BI.AccountServices.Extensibility
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class AccountData : MembershipBaseObjectData

The AccountData type exposes the following members.

Constructors
 NameDescription
Public methodAccountData Initializes a new instance of the AccountData class.
Top
Properties
 NameDescription
Public propertyAccountTypeGets or sets the value corresponding to AccountType.
Public propertyActiveTenantIdGets or sets the value corresponding to ActiveTenantId.
Public propertyAllowedIPAddressesGets or sets the allowed IP addresses.
(Inherited from MembershipBaseObjectData)
Public propertyCreatedTimeGets or sets the value corresponding to CreatedTime.
(Inherited from MembershipBaseObjectData)
Public propertyCultureNameGets or sets the value corresponding to Culture.
(Inherited from MembershipBaseObjectData)
Public propertyCustomAttributesGets the value corresponding to CustomAttributes.
(Inherited from MembershipBaseObjectData)
Public propertyDeniedApplicationPrivilegeIds Gets the value corresponding to DeniedApplicationPrivilegeIds.
(Inherited from MembershipBaseObjectData)
Public propertyDescriptionGets or sets the value corresponding to Description.
(Inherited from MembershipBaseObjectData)
Public propertyDisplayNameGets or sets the value corresponding to DisplayName.
Public propertyEmailAddressGets or sets the value corresponding to EmailAddress.
Public propertyExportDataGets the dictionary which contains data for export.
Public propertyExternalIdGets or sets the value corresponding to ExternalId.
(Inherited from MembershipBaseObjectData)
Public propertyFederatedAuthenticationProviderIds Gets or sets the value corresponding to FederatedAuthenticationProviderIds.
Public propertyGrantedApplicationPrivilegeIds Gets the value corresponding to GrantedApplicationPrivilegeIds.
(Inherited from MembershipBaseObjectData)
Public propertyIdGets or sets the value corresponding to Id.
(Inherited from MembershipBaseObjectData)
Public propertyIsApiAccountGets or sets the value corresponding to IsApiAccount.
Public propertyIsEnabledGets or sets the value corresponding to IsEnabled.
Public propertyIsGlobalGets or sets the value corresponding to IsGlobal.
Public propertyIsSeatReservedGets or sets the value corresponding to IsSeatReserved.
Public propertyLastLogOnIpAddressGets or sets the value corresponding to LastLogOnIpAddress.
Public propertyLastLogOnTimeGets or sets the value corresponding to LastLogOnTime.
Public propertyLogOnCountGets or sets the value corresponding to LogOnCount.
Public propertyNameGets or sets the value corresponding to Name.
(Inherited from MembershipBaseObjectData)
Public propertySeatKindGets or sets the value corresponding to SeatKind.
(Inherited from MembershipBaseObjectData)
Public propertySessionTimeoutGets or sets the value corresponding to SessionTimeout.
Public propertySingleTenantId Gets the single (or null) tenant ID associated with the account or group.
(Inherited from MembershipBaseObjectData)
Public propertyTenantIdGets or sets the value corresponding to TenantId.
(Inherited from MembershipBaseObjectData)
Public propertyTenantIds Gets or sets the value corresponding to TenantIds.
(Inherited from MembershipBaseObjectData)
Public propertyTimeZoneIdGets or sets the value corresponding to TimeZone.
(Inherited from MembershipBaseObjectData)
Public propertyTrackLogOnHistoryGets or sets the value corresponding to TrackLogOnHistory.
Top
Methods
 NameDescription
Protected methodGetSchema This method is here for implementing IXmlSerializable. But this is reserved and should not be used.
(Inherited from MembershipBaseObjectData)
Protected methodReadXmlData Generating account data from its XML representation.
(Overrides MembershipBaseObjectDataReadXmlData(XmlReader))
Protected methodWriteXmlData Converts this account data into its XML representation.
(Overrides MembershipBaseObjectDataWriteXmlData(XmlWriter))
Top
See Also