메소드 | 설명 | |
---|---|---|
GetNearestPublicAccessInfo ( HiveId entityId ) : |
||
GetPublicAccessStatus ( HiveId memberId, HiveId entityId ) : PublicAccessStatusResult |
Gets the public access status for the specified member.
|
|
GetPublicAccessStatus ( IEnumerable |
Gets the public access status for the specified user groups.
|
|
IsProtected ( HiveId entityId ) : bool |
Determines whether the specified entity id is protected.
|
|
PublicAccessService ( IHiveManager hive, IMembershipService |
메소드 | 설명 | |
---|---|---|
GetUserGroupIdsForMember ( HiveId memberId ) : IEnumerable |
Gets a list of UserGroup ids that the specified Member belongs to.
|
public GetNearestPublicAccessInfo ( HiveId entityId ) : |
||
entityId | HiveId | |
리턴 |
public GetPublicAccessStatus ( HiveId memberId, HiveId entityId ) : PublicAccessStatusResult | ||
memberId | HiveId | The member id. |
entityId | HiveId | The entity id. |
리턴 | PublicAccessStatusResult |
public GetPublicAccessStatus ( IEnumerable |
||
userGroupIds | IEnumerable |
The user group ids. |
entityId | HiveId | The entity id. |
리턴 | PublicAccessStatusResult |
protected GetUserGroupIdsForMember ( HiveId memberId ) : IEnumerable |
||
memberId | HiveId | The member id. |
리턴 | IEnumerable |
public IsProtected ( HiveId entityId ) : bool | ||
entityId | HiveId | The entity id. |
리턴 | bool |
public PublicAccessService ( IHiveManager hive, IMembershipService |
||
hive | IHiveManager | |
membersMembershipService | IMembershipService |
|
framework | IFrameworkContext | |
리턴 | System |