Class Access
Class for the item type Access
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Innovator.Client.Model
Assembly: Innovator.Client.dll
Syntax
public class Access : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IEquatable<IItemRef>, INullRelationship<Permission>, IRelationship<Identity>, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef
Constructors
| Improve this Doc View SourceAccess()
Declaration
protected Access()
Access(ElementFactory, Object[])
Declaration
public Access(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceBehavior()
Retrieve the behavior
property of the item
Declaration
public IProperty_Text Behavior()
Returns
Type | Description |
---|---|
IProperty_Text |
CanChangeAccess()
Retrieve the can_change_access
property of the item
Declaration
public IProperty_Boolean CanChangeAccess()
Returns
Type | Description |
---|---|
IProperty_Boolean |
CanDelete()
Retrieve the can_delete
property of the item
Declaration
public IProperty_Boolean CanDelete()
Returns
Type | Description |
---|---|
IProperty_Boolean |
CanDiscover()
Retrieve the can_discover
property of the item
Declaration
public IProperty_Boolean CanDiscover()
Returns
Type | Description |
---|---|
IProperty_Boolean |
CanGet()
Retrieve the can_get
property of the item
Declaration
public IProperty_Boolean CanGet()
Returns
Type | Description |
---|---|
IProperty_Boolean |
CanUpdate()
Retrieve the can_update
property of the item
Declaration
public IProperty_Boolean CanUpdate()
Returns
Type | Description |
---|---|
IProperty_Boolean |
EndDate()
Retrieve the end_date
property of the item
Declaration
public IProperty_Date EndDate()
Returns
Type | Description |
---|---|
IProperty_Date |
FromDate()
Retrieve the from_date
property of the item
Declaration
public IProperty_Date FromDate()
Returns
Type | Description |
---|---|
IProperty_Date |
Label()
Retrieve the label
property of the item
Declaration
public IProperty_Text Label()
Returns
Type | Description |
---|---|
IProperty_Text |
ShowPermissionsWarning()
Retrieve the show_permissions_warning
property of the item
Declaration
public IProperty_Boolean ShowPermissionsWarning()
Returns
Type | Description |
---|---|
IProperty_Boolean |
SortOrder()
Retrieve the sort_order
property of the item
Declaration
public IProperty_Number SortOrder()
Returns
Type | Description |
---|---|
IProperty_Number |
Zone()
Retrieve the zone
property of the item
Declaration
public IProperty_Text Zone()
Returns
Type | Description |
---|---|
IProperty_Text |