MembershipBaseObjectData Class

Base class for objects used to pass between the application and an IAccountsProvider or IGroupsProvider.
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 abstract class MembershipBaseObjectData : IXmlSerializable

The MembershipBaseObjectData type exposes the following members.

Properties
  NameDescription
Public propertyAllowedIPAddresses
Gets or sets the allowed IP addresses.
Public propertyCreatedTime
Gets or sets the value corresponding to CreatedTime.
Public propertyCultureName
Gets or sets the value corresponding to Culture.
Public propertyCustomAttributes
Gets the value corresponding to CustomAttributes.
Public propertyDataDiscoveryId
Gets or sets the value corresponding to DataDiscoveryId.
Public propertyDeniedApplicationPrivilegeIds
Gets the value corresponding to DeniedApplicationPrivilegeIds.
Public propertyDescription
Gets or sets the value corresponding to Description.
Public propertyExternalId
Gets or sets the value corresponding to ExternalId.
Public propertyGrantedApplicationPrivilegeIds
Gets the value corresponding to GrantedApplicationPrivilegeIds.
Public propertyId
Gets or sets the value corresponding to Id.
Public propertyName
Gets or sets the value corresponding to Name.
Public propertySeatKind
Gets or sets the value corresponding to SeatKind.
Public propertySingleTenantId
Gets the single (or null) tenant ID associated with the account or group.
Public propertyTenantId
Gets or sets the value corresponding to TenantId.
Public propertyTenantIds
Gets or sets the value corresponding to TenantIds.
Public propertyTimeZoneId
Gets or sets the value corresponding to TimeZone.
Top
Methods
  NameDescription
Protected methodGetSchema
This method is here for implementing IXmlSerializable. But this is reserved and should not be used.
Protected methodReadXmlData
Generates this object from its XML representation.
Protected methodWriteXmlData
Converts this object into its XML representation.
Top
See Also