Click or drag to resize
IMemberInfo Interface
成员

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

The IMemberInfo 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 propertyAccount
帐号
Public propertyAssignedJob
默认主职岗位
Public propertyAssignedJobId
默认主职岗位标识
Public propertyCorporation
默认公司信息
Public propertyCorporationId
默认公司标识
Public propertyDepartment
默认一级部门信息
Public propertyDepartment2
默认二级部门信息
Public propertyDepartment2Id
默认二级部门标识
Public propertyDepartment3
默认三级部门信息
Public propertyDepartment3Id
默认三级部门标识
Public propertyDepartmentId
默认一级部门标识
Public propertyEmail
邮箱帐号
Public propertyExtensionInformation
成员扩展信息
Public propertyFullName
姓名
Public propertyFullPath
所属组织架构全路径
Public propertyHeadship
岗位头衔
Public propertyId
标识
Public propertyJob
默认职位信息
Public propertyJobGrade
默认职级信息
Public propertyJobGradeId
默认职级标识
Public propertyJobId
默认职位标识
Public propertyMobile
手机号码
Public propertyMSN
MSN帐号
Public propertyOrganization
默认所属组织信息
Public propertyOrganizationId
默认所属组织标识
Public propertyOrganizationPath
默认所属组织路径
Public propertyPartTimeJobs
兼职信息
Public propertyQQ
QQ帐号
Public propertyRole
默认角色信息
Public propertyRoleId
默认角色标识
Public propertyRtx
Rtx帐号
Public propertySex
性别
Public propertyTelephone
座机号码
Top
See Also