class DMObjectSecurity


Base class:

DMBaseEntity

Implemented interfaces:

INotifyPropertyChanged

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

DMObjectSecurity ()


DMObjectSecurity (State state)


Properties

Boolean CanDelete { get; set; }


Boolean CanShare { get; set; }


Boolean CanUpdate { get; set; }


Int32? EditedByUserId { get; set; }


String ExternalId { get; set; }


Int32 Id { get; set; }


DateTime? InsertDt { get; set; }


Boolean IsAdded { get; }


Boolean IsDeleted { get; }


Boolean IsUpdated { get; }


DateTime? LastUpdate { get; set; }


Guid ObjectId { get; set; }


EClassTypeGrant ProfileGrant { get; set; }


Int32 SecurityIdentityId { get; set; }


State State { get; set; }


Int32 World { get; set; }