Show / Hide Table of Contents

Class AccessPermission

Links to forms for access permission

Inheritance
object
NotificationObject
AccessPermission
Implements
INotifyPropertyChanged
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(string)
NotificationObject.OnPropertyChanged(string)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, string)
NotificationObject.WatchProperties()
NotificationObject.WatchProperty(INotifyPropertyChanged, string)
NotificationObject.WatchCollection(INotifyCollectionChanged, string)
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Implements

INotifyPropertyChanged
In this article
Back to top Generated by DocFX