C# Class CogMon.Lib.UserInfo

User's account and preferences
ファイルを表示 Open project: lafar6502/cogmon Class Usage Examples

Public Methods

Method Description
GetUserACL ( ) : IList
HasPinnedPage ( string pageId ) : bool
PinPage ( string pageId ) : void
UnpinPage ( string pageId ) : void
UserInfo ( ) : System

Method Details

GetUserACL() public method

public GetUserACL ( ) : IList
return IList

HasPinnedPage() public method

public HasPinnedPage ( string pageId ) : bool
pageId string
return bool

PinPage() public method

public PinPage ( string pageId ) : void
pageId string
return void

UnpinPage() public method

public UnpinPage ( string pageId ) : void
pageId string
return void

UserInfo() public method

public UserInfo ( ) : System
return System