Class AccessRightItemViewModel
Inheritance
System.Object
AccessRightItemViewModel
Assembly: Simplic.Authorization.UI.dll
Syntax
public class AccessRightItemViewModel : ExtendableViewModel, IPyExtendableViewModel
Constructors
|
Improve this Doc
View Source
AccessRightItemViewModel(AccessRightItem, IIconService)
Declaration
public AccessRightItemViewModel(AccessRightItem model, IIconService iconService)
Parameters
Properties
|
Improve this Doc
View Source
DisplayImage
Declaration
public ImageSource DisplayImage { get; }
Property Value
Type |
Description |
System.Windows.Media.ImageSource |
|
|
Improve this Doc
View Source
DisplayText
Declaration
public string DisplayText { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Id
Declaration
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ItemType
Declaration
public AccessRightItemType ItemType { get; }
Property Value
|
Improve this Doc
View Source
RightType
Declaration
public AccessRightType RightType { get; set; }
Property Value
Implements