C# 클래스 Zetbox.DalProvider.Ef.Generator.Templates.Properties.EfScalarPropHelper

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

공개 메소드들

메소드 설명
ApplyAttributesTemplate ( Arebis.CodeGeneration.CodeTemplate template ) : void
ApplyBackingStoreDefinition ( Arebis.CodeGeneration.CodeTemplate template, string type, string backingName, string efName ) : void
GetEfPropName ( System.Property prop ) : string

메소드 상세

ApplyAttributesTemplate() 공개 정적인 메소드

public static ApplyAttributesTemplate ( Arebis.CodeGeneration.CodeTemplate template ) : void
template Arebis.CodeGeneration.CodeTemplate
리턴 void

ApplyBackingStoreDefinition() 공개 정적인 메소드

public static ApplyBackingStoreDefinition ( Arebis.CodeGeneration.CodeTemplate template, string type, string backingName, string efName ) : void
template Arebis.CodeGeneration.CodeTemplate
type string
backingName string
efName string
리턴 void

GetEfPropName() 공개 정적인 메소드

public static GetEfPropName ( System.Property prop ) : string
prop System.Property
리턴 string