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 SourceDescription
Gets or sets the participant description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Gets or sets the participant description.
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExternalUserId
Gets or sets the external user identity value.
Declaration
public string ExternalUserId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the unique identity of the participant.
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
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> |
Name
Gets or sets the name of the participant.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets or sets the participant type. (i.e. User or Role).
Declaration
public SecurityType Type { get; set; }
Property Value
Type | Description |
---|---|
SecurityType |
TypeText
Gets or sets the type via a string.
Declaration
[JsonIgnore]
public string TypeText { get; set; }
Property Value
Type | Description |
---|---|
System.String |