C# Class ServiceStack.NativeTypes.Java.JavaGeneratorExtensions

Afficher le fichier Open project: ServiceStack/ServiceStack

Méthodes publiques

Свойство Type Description
JavaKeyWords HashSet

Méthodes publiques

Méthode Description
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

Method Details

AppendPropertyAccessor() public static méthode

public static AppendPropertyAccessor ( this sb, string type, string fieldName, string settersReturnThis ) : System.Text.StringBuilderWrapper
sb this
type string
fieldName string
settersReturnThis string
Résultat System.Text.StringBuilderWrapper

AppendPropertyAccessor() public static méthode

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
Résultat System.Text.StringBuilderWrapper

InheritedType() public static méthode

public static InheritedType ( this type ) : string
type this
Résultat string

IsKeyWord() public static méthode

public static IsKeyWord ( this name ) : bool
name this
Résultat bool

PropertyStyle() public static méthode

public static PropertyStyle ( this name ) : string
name this
Résultat string

ToMetadataAttribute() public static méthode

public static ToMetadataAttribute ( this route ) : MetadataAttribute
route this
Résultat MetadataAttribute

Property Details

JavaKeyWords public_oe static_oe property

public static HashSet JavaKeyWords
Résultat HashSet