C# Класс ServiceStack.NativeTypes.Java.JavaGeneratorExtensions

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

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

Свойство Тип Описание
JavaKeyWords HashSet

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

Метод Описание
AppendPropertyAccessor ( this sb, string type, string fieldName, string settersReturnThis ) : System.Text.StringBuilderWrapper
AppendPropertyAccessor ( this sb, string type, string fieldName, string accessorName, string settersReturnThis ) : System.Text.StringBuilderWrapper
InheritedType ( this type ) : string
IsKeyWord ( this name ) : bool
PropertyStyle ( this name ) : string
ToMetadataAttribute ( this route ) : MetadataAttribute

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

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

public static AppendPropertyAccessor ( this sb, string type, string fieldName, string settersReturnThis ) : System.Text.StringBuilderWrapper
sb this
type string
fieldName string
settersReturnThis string
Результат System.Text.StringBuilderWrapper

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

public static AppendPropertyAccessor ( this sb, string type, string fieldName, string accessorName, string settersReturnThis ) : System.Text.StringBuilderWrapper
sb this
type string
fieldName string
accessorName string
settersReturnThis string
Результат System.Text.StringBuilderWrapper

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

public static InheritedType ( this type ) : string
type this
Результат string

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

public static IsKeyWord ( this name ) : bool
name this
Результат bool

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

public static PropertyStyle ( this name ) : string
name this
Результат string

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

public static ToMetadataAttribute ( this route ) : MetadataAttribute
route this
Результат MetadataAttribute

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

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

public static HashSet JavaKeyWords
Результат HashSet