C# Класс Opc.Ua.AccessTemplateManager

Manages a set of user access permission templates.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
DeleteFile ( string filePath ) : void

Deletes an access template file.

Описание методов

AccessTemplateManager() публичный Метод

Initializes the manager to use the specified directory.
public AccessTemplateManager ( string directory ) : System
directory string
Результат System

DeleteTemplate() публичный статический Метод

Deletes an access template file.
public static DeleteTemplate ( string directory, string templateName ) : void
directory string
templateName string
Результат void

EnumerateTemplates() публичный Метод

Enumerates the available templates.
public EnumerateTemplates ( ) : string[]
Результат string[]