Click or drag to resize
IStandardRoleInfo Interface
标准角色信息

Namespace: X3Platform.Membership
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public interface IStandardRoleInfo : IAuthorizationObject, 
	ISerializedObject

The IStandardRoleInfo type exposes the following members.

Methods
  NameDescription
Public methodDeserialize
反序列化对象
(Inherited from ISerializedObject.)
Public methodSerializable
序列化对象
(Inherited from ISerializedObject.)
Public methodSerializable(Boolean, Boolean)
序列化对象
(Inherited from ISerializedObject.)
Top
Properties
  NameDescription
Public propertyCode
编号
Public propertyId
标识
(Inherited from IAuthorizationObject.)
Public propertyIsKey
是否是关键角色
Public propertyLock
防止意外删除 0 不锁定 | 1 锁定(默认)
(Inherited from IAuthorizationObject.)
Public propertyName
名称
(Inherited from IAuthorizationObject.)
Public propertyOrderId
排序标识
Public propertyParentId
父节点标识
Public propertyPriority
优先级
Public propertyRemark
备注
(Inherited from IAuthorizationObject.)
Public propertyStandardOrganizationId
标准组织标识
Public propertyStatus
状态
(Inherited from IAuthorizationObject.)
Public propertyType
类型
(Inherited from IAuthorizationObject.)
Public propertyType
类型 0:集团总部 1:地区地产公司 2:地区地产项目团队 11:地区商业公司 12:地区地产项目团队 21:地区物业公司 22:地区物业项目团队 65535:其他
Public propertyUpdateDate
更新时间
(Inherited from IAuthorizationObject.)
Top
See Also