C# Class SilverlightMappingToolBasic.UI.Extensions.Security.PermissionLevel

ファイルを表示 Open project: chris-tomich/Glyma Class Usage Examples

Public Properties

Property Type Description
Author PermissionLevel
MapManager PermissionLevel
None PermissionLevel
OldAuthor PermissionLevel
OldReader PermissionLevel
ProjectManager PermissionLevel
Reader PermissionLevel
SecurityManager PermissionLevel

Public Methods

Method Description
Convert ( GlymaPermissionLevel value ) : PermissionLevel
Convert ( string name ) : PermissionLevel
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetHighestPermission ( List names ) : PermissionLevel
IsOldPermission ( PermissionLevel value ) : bool
ToString ( ) : string
operator ( ) : bool

Private Methods

Method Description
Equals ( PermissionLevel other ) : bool
PermissionLevel ( int value, string name ) : System.Collections.Generic

Method Details

Convert() public static method

public static Convert ( GlymaPermissionLevel value ) : PermissionLevel
value GlymaPermissionLevel
return PermissionLevel

Convert() public static method

public static Convert ( string name ) : PermissionLevel
name string
return PermissionLevel

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetHighestPermission() public static method

public static GetHighestPermission ( List names ) : PermissionLevel
names List
return PermissionLevel

IsOldPermission() public static method

public static IsOldPermission ( PermissionLevel value ) : bool
value PermissionLevel
return bool

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Author public_oe static_oe property

public static PermissionLevel,SilverlightMappingToolBasic.UI.Extensions.Security Author
return PermissionLevel

MapManager public_oe static_oe property

public static PermissionLevel MapManager
return PermissionLevel

None public_oe static_oe property

public static PermissionLevel None
return PermissionLevel

OldAuthor public_oe static_oe property

public static PermissionLevel OldAuthor
return PermissionLevel

OldReader public_oe static_oe property

public static PermissionLevel OldReader
return PermissionLevel

ProjectManager public_oe static_oe property

public static PermissionLevel ProjectManager
return PermissionLevel

Reader public_oe static_oe property

public static PermissionLevel Reader
return PermissionLevel

SecurityManager public_oe static_oe property

public static PermissionLevel SecurityManager
return PermissionLevel