Show / Hide Table of Contents

Class UserRoleAssociationModel

This class is a model representation of a user or role that is associated with a related record.

Inheritance
System.Object
UserRoleAssociationModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Vasont.Publisher.Models.Security
Assembly: Vasont.Publisher.Models.dll
Syntax
public class UserRoleAssociationModel

Properties

| Improve this Doc View Source

Description

Gets or sets the participant description.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Email

Gets or sets the participant description.

Declaration
public string Email { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ExternalUserId

Gets or sets the external user identity value.

Declaration
public string ExternalUserId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Id

Gets or sets the unique identity of the participant.

Declaration
public long Id { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

Memberships

Gets or sets a list of participant memberships.

Declaration
public List<string> Memberships { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

Name

Gets or sets the name of the participant.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Type

Gets or sets the participant type. (i.e. User or Role).

Declaration
public SecurityType Type { get; set; }
Property Value
Type Description
SecurityType
| Improve this Doc View Source

TypeText

Gets or sets the type via a string.

Declaration
[JsonIgnore]
public string TypeText { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright (c) GlobalLink Vasont