Class SysFuncRoleInOrgRole
Functional role in organisation role.
Inheritance
System.Object
SysFuncRoleInOrgRole
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 SysFuncRoleInOrgRole : SysBaseEntity, IEntity, ICloneable, ILicObject, ICompositeObject, IRowModel
Constructors
SysFuncRoleInOrgRole(SysFuncRoleInOrgRole)
Declaration
public SysFuncRoleInOrgRole(SysFuncRoleInOrgRole source)
Parameters
SysFuncRoleInOrgRole(UserConnection)
Declaration
public SysFuncRoleInOrgRole(UserConnection userConnection)
Parameters
Properties
FuncRole
Declaration
public SysAdminUnit FuncRole { get; }
Property Value
FuncRoleId
Declaration
public Guid FuncRoleId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
FuncRoleName
Declaration
public string FuncRoleName { get; set; }
Property Value
Type |
Description |
System.String |
|
OrgRole
Declaration
public SysAdminUnit OrgRole { get; }
Property Value
OrgRoleId
Declaration
public Guid OrgRoleId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
OrgRoleName
Declaration
public string OrgRoleName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Clone()
Declaration
public override object Clone()
Returns
Type |
Description |
System.Object |
|
Overrides
Implements
System.ICloneable
Extension Methods