Class AccessPermission
Links to forms for access permission
Implements
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class AccessPermission : NotificationObject, INotifyPropertyChanged
Properties
FormNumber
The number or identity of the form
Declaration
public string FormNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
IsRequired
True if the form is required
Declaration
public bool? IsRequired { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Statement
Usage statement
Declaration
public MultilingualString Statement { get; }
Property Value
Type | Description |
---|---|
MultilingualString |
Uri
Link to the form
Declaration
public Uri Uri { get; set; }
Property Value
Type | Description |
---|---|
Uri |