Click or drag to resize
IGroupInfo Interface
群组信息

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

The IGroupInfo type exposes the following members.

Methods
  NameDescription
Public methodDeserialize
反序列化对象
(Inherited from ISerializedObject.)
Public methodResetMemberRelations
重置成员关系
Public methodSerializable
序列化对象
(Inherited from ISerializedObject.)
Public methodSerializable(Boolean, Boolean)
序列化对象
(Inherited from ISerializedObject.)
Top
Properties
  NameDescription
Public propertyCode
编号
Public propertyDistinguishedName
唯一名称
Public propertyEnableExchangeEmail
启用企业邮箱
Public propertyFullPath
所属组织架构全路径
Public propertyGlobalName
全局名称
Public propertyGroupTreeNodeId
分组类别节点标识
Public propertyId
标识
(Inherited from IAuthorizationObject.)
Public propertyLock
防止意外删除 0 不锁定 | 1 锁定(默认)
(Inherited from IAuthorizationObject.)
Public propertyMembers
成员列表
Public propertyName
名称
(Inherited from IAuthorizationObject.)
Public propertyPinYin
拼音
Public propertyRemark
备注
(Inherited from IAuthorizationObject.)
Public propertyStatus
状态
(Inherited from IAuthorizationObject.)
Public propertyType
类型
(Inherited from IAuthorizationObject.)
Public propertyUpdateDate
更新时间
(Inherited from IAuthorizationObject.)
Top
See Also