C# Класс Entitas.CodeGenerator.CodeGeneratorExtensions

Показать файл Открыть проект

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

Метод Описание
ComponentLookupTags ( this componentInfo ) : string[]
ContextPrefix ( this contextName ) : string
IsDefaultContextName ( this contextName ) : bool
LowercaseFirst ( this str ) : string
ToUnixLineEndings ( this str ) : string
UppercaseFirst ( this str ) : string

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

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

public static ComponentLookupTags ( this componentInfo ) : string[]
componentInfo this
Результат string[]

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

public static ContextPrefix ( this contextName ) : string
contextName this
Результат string

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

public static IsDefaultContextName ( this contextName ) : bool
contextName this
Результат bool

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

public static LowercaseFirst ( this str ) : string
str this
Результат string

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

public static ToUnixLineEndings ( this str ) : string
str this
Результат string

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

public static UppercaseFirst ( this str ) : string
str this
Результат string