C# Класс ScrewTurn.Wiki.Actions.ForGlobals

Contains actions for global resources.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
All string[]

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

Метод Описание
GetFullName ( string name ) : string

Gets the full name of an action.

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

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

Gets the full name of an action.
public static GetFullName ( string name ) : string
name string The internal name.
Результат string

Описание свойств

All публичное статическое свойство

Gets an array containing all actions.
public static string[] All
Результат string[]