C# 클래스 Dashing.CodeGeneration.ProxyGenerator

상속: IProxyGenerator
파일 보기 프로젝트 열기: Polylytics/dashing

공개 메소드들

메소드 설명
GenerateProxies ( CodeGeneratorConfig codeGeneratorConfig, IMap>.IDictionary mapDictionary ) : ProxyGeneratorResult

비공개 메소드들

메소드 설명
CreateFkClass ( IMap map, IMap>.IDictionary maps, CodeGeneratorConfig codeGeneratorConfig ) : CodeTypeDeclaration
CreateTrackingClass ( IMap map, CodeGeneratorConfig codeGeneratorConfig ) : CodeTypeDeclaration
CreateUpdateClass ( IMap map, IMap>.IDictionary maps, CodeGeneratorConfig codeGeneratorConfig ) : CodeTypeDeclaration
GenerateGetSetProperty ( CodeTypeDeclaration owningClass, string name, Type type, MemberAttributes attributes, bool useBaseProperty = false ) : CodeMemberProperty

메소드 상세

GenerateProxies() 공개 메소드

public GenerateProxies ( CodeGeneratorConfig codeGeneratorConfig, IMap>.IDictionary mapDictionary ) : ProxyGeneratorResult
codeGeneratorConfig CodeGeneratorConfig
mapDictionary IMap>.IDictionary
리턴 ProxyGeneratorResult