Class AccessRightItem
Inheritance
System.Object
AccessRightItem
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: Simplic.Authorization.UI
Assembly: Simplic.Authorization.UI.dll
Syntax
public class AccessRightItem
Properties
| Improve this Doc View SourceDisplayText
Declaration
public string DisplayText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ItemType
Declaration
public AccessRightItemType ItemType { get; set; }
Property Value
Type | Description |
---|---|
AccessRightItemType |
RightType
Declaration
public AccessRightType RightType { get; set; }
Property Value
Type | Description |
---|---|
AccessRightType |