C# Class Opc.Ua.AccessTemplateManager

Manages a set of user access permission templates.
Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Méthodes publiques

Méthode Description
AccessTemplateManager ( string directory ) : System

Initializes the manager to use the specified directory.

DeleteTemplate ( string directory, string templateName ) : void

Deletes an access template file.

EnumerateTemplates ( ) : string[]

Enumerates the available templates.

Private Methods

Méthode Description
DeleteFile ( string filePath ) : void

Deletes an access template file.

Method Details

AccessTemplateManager() public méthode

Initializes the manager to use the specified directory.
public AccessTemplateManager ( string directory ) : System
directory string
Résultat System

DeleteTemplate() public static méthode

Deletes an access template file.
public static DeleteTemplate ( string directory, string templateName ) : void
directory string
templateName string
Résultat void

EnumerateTemplates() public méthode

Enumerates the available templates.
public EnumerateTemplates ( ) : string[]
Résultat string[]