C# Class Seal.Model.SealSecurity

Inheritance: Seal.Model.RootEditor
Datei anzeigen Open project: ariacom/Seal-Report Class Usage Examples

Private Properties

Property Type Description
getSecuritySummary string

Public Methods

Method Description
FindSecurityFolder ( List groups, string folder ) : SecurityFolder
GetBoolValue ( string name ) : bool
GetNumericValue ( string name ) : int
GetSecuritySummary ( ) : string
GetValue ( string name ) : string
HasValue ( string name ) : bool
LoadFromFile ( string path, bool ignoreException ) : SealSecurity
SaveToFile ( ) : void
SaveToFile ( string path ) : void
initSecurity ( ) : void

Protected Methods

Method Description
UpdateEditorAttributes ( ) : void

Private Methods

Method Description
getSecuritySummary ( SecurityGroup group, string folder ) : string

Method Details

FindSecurityFolder() public method

public FindSecurityFolder ( List groups, string folder ) : SecurityFolder
groups List
folder string
return SecurityFolder

GetBoolValue() public method

public GetBoolValue ( string name ) : bool
name string
return bool

GetNumericValue() public method

public GetNumericValue ( string name ) : int
name string
return int

GetSecuritySummary() public method

public GetSecuritySummary ( ) : string
return string

GetValue() public method

public GetValue ( string name ) : string
name string
return string

HasValue() public method

public HasValue ( string name ) : bool
name string
return bool

LoadFromFile() public static method

public static LoadFromFile ( string path, bool ignoreException ) : SealSecurity
path string
ignoreException bool
return SealSecurity

SaveToFile() public method

public SaveToFile ( ) : void
return void

SaveToFile() public method

public SaveToFile ( string path ) : void
path string
return void

UpdateEditorAttributes() protected method

protected UpdateEditorAttributes ( ) : void
return void

initSecurity() public method

public initSecurity ( ) : void
return void