C# 클래스 TerrificNet.Generator.RoslynExtension

파일 보기 프로젝트 열기: namics/TerrificNet 1 사용 예제들

공개 메소드들

메소드 설명
AddProperties ( this memberList, Newtonsoft.Json.Schema.JSchema schema, MemberDeclarationSyntax>.Dictionary typeContext, INamingRule namingRule ) : SyntaxList
GenerateClass ( Newtonsoft.Json.Schema.JSchema schema, MemberDeclarationSyntax>.Dictionary typeContext, string propertyName, INamingRule namingRule ) : string

비공개 메소드들

메소드 설명
GetPropertyType ( Newtonsoft.Json.Schema.JSchema value, MemberDeclarationSyntax>.Dictionary typeContext, string propertyName, INamingRule namingRule ) : Roslyn.Compilers.CSharp.TypeSyntax
GetQualifiedName ( ) : QualifiedNameSyntax

메소드 상세

AddProperties() 공개 정적인 메소드

public static AddProperties ( this memberList, Newtonsoft.Json.Schema.JSchema schema, MemberDeclarationSyntax>.Dictionary typeContext, INamingRule namingRule ) : SyntaxList
memberList this
schema Newtonsoft.Json.Schema.JSchema
typeContext MemberDeclarationSyntax>.Dictionary
namingRule INamingRule
리턴 SyntaxList

GenerateClass() 공개 정적인 메소드

public static GenerateClass ( Newtonsoft.Json.Schema.JSchema schema, MemberDeclarationSyntax>.Dictionary typeContext, string propertyName, INamingRule namingRule ) : string
schema Newtonsoft.Json.Schema.JSchema
typeContext MemberDeclarationSyntax>.Dictionary
propertyName string
namingRule INamingRule
리턴 string