The UserRoleInfo type exposes the following members.

Constructors

  NameDescription
Public methodUserRoleInfo
DotNetNuke.Entities.Users.UserRoleInfo

Methods

  NameDescription
Protected methodCloneBaseProperties (Inherited from BaseEntityInfo.)
Public methodCreatedByUser
Gets the UserInfo object associated with this user
(Inherited from BaseEntityInfo.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFill (Overrides RoleInfo..::..Fill(IDataReader).)
Protected methodFillInternal
Fills a BaseEntityInfo from a Data Reader
(Inherited from BaseEntityInfo.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetProperty (Inherited from RoleInfo.)
Public methodGetSchema
Gets an XmlSchema for the RoleInfo
(Inherited from RoleInfo.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLastModifiedByUser
Gets the UserInfo object associated with this user
(Inherited from BaseEntityInfo.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadXml
Reads a RoleInfo from an XmlReader
(Inherited from RoleInfo.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteXml
Writes a RoleInfo to an XmlWriter
(Inherited from RoleInfo.)

Extension Methods

  NameDescription
Public Extension MethodToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.)

Properties

  NameDescription
Public propertyAutoAssignment
Gets and sets whether users are automatically assigned to the role
(Inherited from RoleInfo.)
Public propertyBillingFrequency
Gets and sets the Billing Frequency for the role
(Inherited from RoleInfo.)
Public propertyBillingPeriod
Gets and sets the length of the billing period
(Inherited from RoleInfo.)
Public propertyCacheability (Inherited from RoleInfo.)
Public propertyCreatedByUserID
Gets the CreatedByUserID
(Inherited from BaseEntityInfo.)
Public propertyCreatedOnDate
Gets the CreatedOnDate
(Inherited from BaseEntityInfo.)
Public propertyDescription
Gets an sets the Description of the Role
(Inherited from RoleInfo.)
Public propertyEffectiveDate
Public propertyEmail
Public propertyExpiryDate
Public propertyFullName
Public propertyIconFile
Gets and sets the Icon File for the role
(Inherited from RoleInfo.)
Public propertyIsOwner
Public propertyIsPublic
Gets and sets whether the role is public
(Inherited from RoleInfo.)
Public propertyIsSystemRole
Gets whether this role is a system role
(Inherited from RoleInfo.)
Public propertyIsTrialUsed
Public propertyKeyID
Gets and sets the Key ID
(Inherited from RoleInfo.)
Public propertyLastModifiedByUserID
Gets the LastModifiedByUserID
(Inherited from BaseEntityInfo.)
Public propertyLastModifiedOnDate
Gets the LastModifiedOnDate
(Inherited from BaseEntityInfo.)
Public propertyPhotoURL (Inherited from RoleInfo.)
Public propertyPortalID
Gets and sets the Portal Id for the Role
(Inherited from RoleInfo.)
Public propertyRoleGroupID
Gets and sets the RoleGroup Id
(Inherited from RoleInfo.)
Public propertyRoleID
Gets and sets the Role Id
(Inherited from RoleInfo.)
Public propertyRoleName
Gets and sets the Role Name
(Inherited from RoleInfo.)
Public propertyRoleType
Gets the Role Type
(Inherited from RoleInfo.)
Public propertyRSVPCode
Gets and sets the RSVP Code for the role
(Inherited from RoleInfo.)
Public propertySecurityMode
Gets and sets whether the role is a security role and can be used in Permission Grids etc.
(Inherited from RoleInfo.)
Public propertyServiceFee
Gets and sets the fee for the role
(Inherited from RoleInfo.)
Public propertySettings
Gets the role settings
(Inherited from RoleInfo.)
Public propertyStatus
Gets and sets the status for the role
(Inherited from RoleInfo.)
Public propertySubscribed
Public propertyTrialFee
Gets and sets the trial fee for the role
(Inherited from RoleInfo.)
Public propertyTrialFrequency
Gets and sets the Trial Frequency for the role
(Inherited from RoleInfo.)
Public propertyTrialPeriod
Gets and sets the length of the trial period
(Inherited from RoleInfo.)
Public propertyUserCount
Gets the number of users in the role
(Inherited from RoleInfo.)
Public propertyUserID
Public propertyUserRoleID

See Also