C# Class Seal.Model.SealSecurity

Inheritance: Seal.Model.RootEditor
Afficher le fichier Open project: ariacom/Seal-Report Class Usage Examples

Private Properties

Свойство Type Description
getSecuritySummary string

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
UpdateEditorAttributes ( ) : void

Private Methods

Méthode Description
getSecuritySummary ( SecurityGroup group, string folder ) : string

Method Details

FindSecurityFolder() public méthode

public FindSecurityFolder ( List groups, string folder ) : SecurityFolder
groups List
folder string
Résultat SecurityFolder

GetBoolValue() public méthode

public GetBoolValue ( string name ) : bool
name string
Résultat bool

GetNumericValue() public méthode

public GetNumericValue ( string name ) : int
name string
Résultat int

GetSecuritySummary() public méthode

public GetSecuritySummary ( ) : string
Résultat string

GetValue() public méthode

public GetValue ( string name ) : string
name string
Résultat string

HasValue() public méthode

public HasValue ( string name ) : bool
name string
Résultat bool

LoadFromFile() public static méthode

public static LoadFromFile ( string path, bool ignoreException ) : SealSecurity
path string
ignoreException bool
Résultat SealSecurity

SaveToFile() public méthode

public SaveToFile ( ) : void
Résultat void

SaveToFile() public méthode

public SaveToFile ( string path ) : void
path string
Résultat void

UpdateEditorAttributes() protected méthode

protected UpdateEditorAttributes ( ) : void
Résultat void

initSecurity() public méthode

public initSecurity ( ) : void
Résultat void