Click or drag to resize
IAccountRoleRelationInfo Interface
帐户和角色的关联信息

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

The IAccountRoleRelationInfo type exposes the following members.

Methods
  NameDescription
Public methodGetAccount
Public methodGetRole
Top
Properties
  NameDescription
Public propertyAccountGlobalName
帐号全局名称
Public propertyAccountId
帐号标识
Public propertyBeginDate
生效时间
Public propertyEndDate
失效时间
Public propertyIsDefault
是否默认角色
Public propertyRoleGlobalName
角色全局名称
Public propertyRoleId
角色标识
Top
See Also