Click or drag to resize
IAccountAssignedJobRelationInfo Interface
帐户和岗位的关联信息

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

The IAccountAssignedJobRelationInfo type exposes the following members.

Methods
  NameDescription
Public methodGetAccount
Public methodGetAssignedJob
Top
Properties
  NameDescription
Public propertyAccountGlobalName
帐号全局名称
Public propertyAccountId
帐号标识
Public propertyAssignedJobGlobalName
岗位全局名称
Public propertyAssignedJobId
岗位标识
Public propertyBeginDate
生效时间
Public propertyEndDate
失效时间
Public propertyIsDefault
是否默认岗位
Top
See Also