C# 클래스 Zetbox.Generator.Templates.Properties.ComputeDefaultValue

상속: Zetbox.Generator.MemberTemplate
파일 보기 프로젝트 열기: daszat/zetbox 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
backingStoreName string
backingStoreType string
className string
ctx IZetboxContext
interfaceName string
isNullable bool
isSetFlagName string
propertyGuid System.Guid
propertyName string

공개 메소드들

메소드 설명
Call ( Arebis _host, IZetboxContext ctx, string interfaceName, string className, string propertyName, bool isNullable, string isSetFlagName, System.Guid propertyGuid, string backingStoreType, string backingStoreName ) : void
ComputeDefaultValue ( Arebis _host, IZetboxContext ctx, string interfaceName, string className, string propertyName, bool isNullable, string isSetFlagName, System.Guid propertyGuid, string backingStoreType, string backingStoreName ) : System
Generate ( ) : void

메소드 상세

Call() 공개 정적인 메소드

public static Call ( Arebis _host, IZetboxContext ctx, string interfaceName, string className, string propertyName, bool isNullable, string isSetFlagName, System.Guid propertyGuid, string backingStoreType, string backingStoreName ) : void
_host Arebis
ctx IZetboxContext
interfaceName string
className string
propertyName string
isNullable bool
isSetFlagName string
propertyGuid System.Guid
backingStoreType string
backingStoreName string
리턴 void

ComputeDefaultValue() 공개 메소드

public ComputeDefaultValue ( Arebis _host, IZetboxContext ctx, string interfaceName, string className, string propertyName, bool isNullable, string isSetFlagName, System.Guid propertyGuid, string backingStoreType, string backingStoreName ) : System
_host Arebis
ctx IZetboxContext
interfaceName string
className string
propertyName string
isNullable bool
isSetFlagName string
propertyGuid System.Guid
backingStoreType string
backingStoreName string
리턴 System

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

프로퍼티 상세

backingStoreName 보호되어 있는 프로퍼티

protected string backingStoreName
리턴 string

backingStoreType 보호되어 있는 프로퍼티

protected string backingStoreType
리턴 string

className 보호되어 있는 프로퍼티

protected string className
리턴 string

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext

interfaceName 보호되어 있는 프로퍼티

protected string interfaceName
리턴 string

isNullable 보호되어 있는 프로퍼티

protected bool isNullable
리턴 bool

isSetFlagName 보호되어 있는 프로퍼티

protected string isSetFlagName
리턴 string

propertyGuid 보호되어 있는 프로퍼티

protected Guid,System propertyGuid
리턴 System.Guid

propertyName 보호되어 있는 프로퍼티

protected string propertyName
리턴 string