C# 클래스 ServiceStack.NativeTypes.Java.JavaGeneratorExtensions

파일 보기 프로젝트 열기: ServiceStack/ServiceStack

공개 프로퍼티들

프로퍼티 타입 설명
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