Click or drag to resize
IOrganizationInfo Interface
组织单位

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

The IOrganizationInfo 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 propertyChindNodes
子节点
Public propertyCode
编号
Public propertyDistinguishedName
唯一名称
Public propertyEnableExchangeEmail
启用企业邮箱
Public propertyExpires
过期时间
(Inherited from ICacheable.)
Public propertyExtensionInformation
组织单位扩展信息
Public propertyFullName
全称
Public propertyFullPath
所属组织架构全路径
Public propertyGlobalName
全局名称
Public propertyId
标识
(Inherited from IAuthorizationObject.)
Public propertyId
标识
Public propertyLock
防止意外删除 0 不锁定 | 1 锁定(默认)
(Inherited from IAuthorizationObject.)
Public propertyName
名称
(Inherited from IAuthorizationObject.)
Public propertyName
名称
Public propertyOrderId
排序标识
Public propertyParent
父级组织信息
Public propertyParentGlobalName
父节点全局名称
Public propertyParentId
所属父级组织标识
Public propertyPinYin
拼音
Public propertyRemark
备注
(Inherited from IAuthorizationObject.)
Public propertyRoles
角色集合
Public propertyStandardOrganizationId
所属标准组织标识
Public propertyStatus
状态
(Inherited from IAuthorizationObject.)
Public propertyType
类型
(Inherited from IAuthorizationObject.)
Public propertyType
类型
Public propertyUpdateDate
更新时间
(Inherited from IAuthorizationObject.)
Top
See Also