Class SysEntitySchemaRecordDefRight
Inheritance
System.Object
SysEntitySchemaRecordDefRight
Implements
System.ICloneable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Terrasoft.Core.dll
Syntax
public class SysEntitySchemaRecordDefRight : SysBaseEntity, IEntity, ICloneable, ILicObject, ICompositeObject, IRowModel
Constructors
SysEntitySchemaRecordDefRight(SysEntitySchemaRecordDefRight)
Declaration
public SysEntitySchemaRecordDefRight(SysEntitySchemaRecordDefRight source)
Parameters
SysEntitySchemaRecordDefRight(UserConnection)
Declaration
public SysEntitySchemaRecordDefRight(UserConnection userConnection)
Parameters
Properties
AuthorSysAdminUnit
Declaration
public SysAdminUnit AuthorSysAdminUnit { get; }
Property Value
AuthorSysAdminUnitId
Declaration
public Guid AuthorSysAdminUnitId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
AuthorSysAdminUnitName
Declaration
public string AuthorSysAdminUnitName { get; set; }
Property Value
Type |
Description |
System.String |
|
GranteeSysAdminUnit
Declaration
public SysAdminUnit GranteeSysAdminUnit { get; }
Property Value
GranteeSysAdminUnitId
Declaration
public Guid GranteeSysAdminUnitId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
GranteeSysAdminUnitName
Declaration
public string GranteeSysAdminUnitName { get; set; }
Property Value
Type |
Description |
System.String |
|
Operation
Declaration
public EntitySchemaRecordRightOperation Operation { get; set; }
Property Value
Position
Declaration
public int Position { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RightLevel
Declaration
public EntitySchemaRecordRightLevel RightLevel { get; set; }
Property Value
SubjectSchemaUId
Declaration
public Guid SubjectSchemaUId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Methods
Clone()
Declaration
public override object Clone()
Returns
Type |
Description |
System.Object |
|
Overrides
Implements
System.ICloneable
Extension Methods