MembershipBaseObjectData Class

Base class for objects used to pass between the application and an IAccountsProvider or IGroupsProvider.
Inheritance Hierarchy
SystemObject
  Dundas.BI.AccountServices.ExtensibilityMembershipBaseObjectData
    Dundas.BI.AccountServices.ExtensibilityAccountData
    Dundas.BI.AccountServices.ExtensibilityGroupData

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 abstract class MembershipBaseObjectData : IXmlSerializable

The MembershipBaseObjectData type exposes the following members.

Properties
 NameDescription
Public propertyAllowedIPAddressesGets or sets the allowed IP addresses.
Public propertyCreatedTimeGets or sets the value corresponding to CreatedTime.
Public propertyCultureNameGets or sets the value corresponding to Culture.
Public propertyCustomAttributesGets the value corresponding to CustomAttributes.
Public propertyDeniedApplicationPrivilegeIds Gets the value corresponding to DeniedApplicationPrivilegeIds.
Public propertyDescriptionGets or sets the value corresponding to Description.
Public propertyExternalIdGets or sets the value corresponding to ExternalId.
Public propertyGrantedApplicationPrivilegeIds Gets the value corresponding to GrantedApplicationPrivilegeIds.
Public propertyIdGets or sets the value corresponding to Id.
Public propertyNameGets or sets the value corresponding to Name.
Public propertySeatKindGets or sets the value corresponding to SeatKind.
Public propertySingleTenantId Gets the single (or null) tenant ID associated with the account or group.
Public propertyTenantIdGets or sets the value corresponding to TenantId.
Public propertyTenantIds Gets or sets the value corresponding to TenantIds.
Public propertyTimeZoneIdGets 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