Click or drag to resize
Infosoft Logo

SubscriptionUserMapping Class

A data class representing a mapping from a user to a subscription.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContractsSubscriptionUserMapping

Namespace: Infosoft.Common.Contracts.DataContracts
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class SubscriptionUserMapping : IExtensibleDataObject

The SubscriptionUserMapping type exposes the following members.

Properties
 NameDescription
Public propertyRoles Gets or sets the roles that this user have for the given subscription.
Public propertySubscriptionIdentifier Gets or sets the subscription identifier
Public propertySubscriptionUser_Id Gets or sets the subscription user identifier.
Public propertyUserIdentifier Gets or sets the user identifier, which can be either an e-mail adress from the Infosystems User Register or whatever external identification that is mapped into the system when registering new mappings.
Top
See Also