LogOnAccountPropertiesData Class

The data model class corresponding to LogOnAccountProperties.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsLogOnAccountPropertiesData

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax
[DataContractAttribute]
public class LogOnAccountPropertiesData

The LogOnAccountPropertiesData type exposes the following members.

Constructors
  NameDescription
Public methodLogOnAccountPropertiesData
Initializes a new instance of the LogOnAccountPropertiesData class
Top
Properties
  NameDescription
Public propertyCultureName
Gets or sets the name of the culture associated with the account.
Public propertyCustomAttributes
Gets the account's explicitly assigned custom attributes.
Public propertyDisplayName
Gets or sets the display name.
Public propertyEmailAddress
Gets or sets the email address.
Public propertyGrantedApplicationPrivilegeIds
Gets the IDs of standard privileges granted to the account.
Public propertyGroupMembership
Specifies the groups to which the account should belong. If not specified, the group membership will not be modified.
Public propertyIsGlobal
Gets or sets a value indicating whether the account is a global account.
Public propertyIsSeatReserved
Gets or sets a value indicating whether the account has a reserved seat.
Public propertyName
Gets or sets the name of the account to create/update.
Public propertySeatKind
Gets or sets the seat kind.
Public propertyTimeZoneId
Gets or sets the time zone associated with the account.
Top
Methods
  NameDescription
Public methodStatic memberFromDataContractMappings
The mapping between LogOnAccountPropertiesData and LogOnAccountProperties.
Top
See Also