LocalUserAccountData 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 (24.3.0.1000)
Syntax
public class LocalUserAccountData : AccountData

The LocalUserAccountData type exposes the following members.

Constructors
  NameDescription
Public methodLocalUserAccountData
Initializes a new instance of the LocalUserAccountData class.
Top
Properties
  NameDescription
Public propertyAccountExpiryDate
Gets or sets the value corresponding to AccountExpiryDate.
Public propertyAccountType
Gets or sets the value corresponding to AccountType.
(Inherited from AccountData.)
Public propertyActiveTenantId
Gets or sets the value corresponding to ActiveTenantId.
(Inherited from AccountData.)
Public propertyAllowedIPAddresses
Gets or sets the allowed IP addresses.
(Inherited from MembershipBaseObjectData.)
Public propertyCanChangePassword
Gets or sets the value corresponding to CanChangePassword.
Public propertyCreatedTime
Gets or sets the value corresponding to CreatedTime.
(Inherited from MembershipBaseObjectData.)
Public propertyCultureName
Gets or sets the value corresponding to Culture.
(Inherited from MembershipBaseObjectData.)
Public propertyCustomAttributes
Gets the value corresponding to CustomAttributes.
(Inherited from MembershipBaseObjectData.)
Public propertyDataDiscoveryId
Gets or sets the value corresponding to DataDiscoveryId.
(Inherited from MembershipBaseObjectData.)
Public propertyDeniedApplicationPrivilegeIds
Gets the value corresponding to DeniedApplicationPrivilegeIds.
(Inherited from MembershipBaseObjectData.)
Public propertyDescription
Gets or sets the value corresponding to Description.
(Inherited from MembershipBaseObjectData.)
Public propertyDisplayName
Gets or sets the value corresponding to DisplayName.
(Inherited from AccountData.)
Public propertyEmailAddress
Gets or sets the value corresponding to EmailAddress.
(Inherited from AccountData.)
Public propertyExportData
Gets the dictionary which contains data for export.
(Inherited from AccountData.)
Public propertyExternalId
Gets or sets the value corresponding to ExternalId.
(Inherited from MembershipBaseObjectData.)
Public propertyFailedLogOnCount
Gets or sets the value corresponding to FailedLogOnCount.
Public propertyFederatedAuthenticationProviderIds
Gets or sets the value corresponding to FederatedAuthenticationProviderIds.
(Inherited from AccountData.)
Public propertyGrantedApplicationPrivilegeIds
Gets the value corresponding to GrantedApplicationPrivilegeIds.
(Inherited from MembershipBaseObjectData.)
Public propertyId
Gets or sets the value corresponding to Id.
(Inherited from MembershipBaseObjectData.)
Public propertyIsApiAccount
Gets or sets the value corresponding to IsApiAccount.
(Inherited from AccountData.)
Public propertyIsEnabled
Gets or sets the value corresponding to IsEnabled.
(Inherited from AccountData.)
Public propertyIsGlobal
Gets or sets the value corresponding to IsGlobal.
(Inherited from AccountData.)
Public propertyIsSeatReserved
Gets or sets the value corresponding to IsSeatReserved.
(Inherited from AccountData.)
Public propertyLastLogOnIpAddress
Gets or sets the value corresponding to LastLogOnIpAddress.
(Inherited from AccountData.)
Public propertyLastLogOnTime
Gets or sets the value corresponding to LastLogOnTime.
(Inherited from AccountData.)
Public propertyLockedUntil
Gets or sets the value corresponding to LockedUntil.
Public propertyLogOnCount
Gets or sets the value corresponding to LogOnCount.
(Inherited from AccountData.)
Public propertyName
Gets or sets the value corresponding to Name.
(Inherited from MembershipBaseObjectData.)
Public propertyPassword
Gets or sets the value corresponding to Password.
Public propertyPasswordExpiryDate
Gets or sets the value corresponding to PasswordExpiryDate.
Public propertyPasswordLastSetDate
Gets or sets the value corresponding to PasswordLastSetDate.
Public propertyPasswordNeverExpires
Gets or sets the value corresponding to PasswordNeverExpires.
Public propertySeatKind
Gets or sets the value corresponding to SeatKind.
(Inherited from MembershipBaseObjectData.)
Public propertySessionTimeout
Gets or sets the value corresponding to SessionTimeout.
(Inherited from AccountData.)
Public propertySingleTenantId
Gets the single (or null) tenant ID associated with the account or group.
(Inherited from MembershipBaseObjectData.)
Public propertyTenantId
Gets or sets the value corresponding to TenantId.
(Inherited from MembershipBaseObjectData.)
Public propertyTenantIds
Gets or sets the value corresponding to TenantIds.
(Inherited from MembershipBaseObjectData.)
Public propertyTimeZoneId
Gets or sets the value corresponding to TimeZone.
(Inherited from MembershipBaseObjectData.)
Public propertyTrackLogOnHistory
Gets or sets the value corresponding to TrackLogOnHistory.
(Inherited from AccountData.)
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 local user account data from its XML representation.
(Overrides AccountDataReadXmlData(XmlReader).)
Protected methodWriteXmlData
Converts this local user account data into its XML representation.
(Overrides AccountDataWriteXmlData(XmlWriter).)
Top
See Also