The AccessRight type exposes the following members.

Methods

  NameDescription
ApplyChanges
.NET Only. Commits local changes to the server.
(Inherited from IChangeable.)

Properties

  NameDescription
Access
SecurityLevel given to the Principal on the Target object.
Id
Gets the object's string ID.
(Inherited from Meta.)
IsModified
.NET Only. Gets if the object has been modified locally.
(Inherited from IChangeable.)
LastUpdated
Gets the DateTime this object was last updated. This refers to the client’s copy of the Object, not the server object.
(Inherited from Meta.)
MetaType
Gets the MetaType of this object.
(Inherited from Meta.)
Name
Gets the object's string Name.
(Inherited from Meta.)
Principal
SecurityPrincipal who has a relationship with that Target object.
Target
Object governed by the AccessRight.

Events

  NameDescription
OnDeleted
.NET only. Fired when the client’s copy of the object is deleted.
(Inherited from INotifyObject.)
OnUpdated
.NET only. Fired when the client’s copy of the object is updated.
(Inherited from INotifyObject.)

See Also