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

Show file 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 static property

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

MapManager public static property

public static PermissionLevel MapManager
return PermissionLevel

None public static property

public static PermissionLevel None
return PermissionLevel

OldAuthor public static property

public static PermissionLevel OldAuthor
return PermissionLevel

OldReader public static property

public static PermissionLevel OldReader
return PermissionLevel

ProjectManager public static property

public static PermissionLevel ProjectManager
return PermissionLevel

Reader public static property

public static PermissionLevel Reader
return PermissionLevel

SecurityManager public static property

public static PermissionLevel SecurityManager
return PermissionLevel