C# 클래스 Zetbox.App.Base.DecimalParameterNHibernateImpl

상속: Zetbox.App.Base.BaseParameterNHibernateImpl, DecimalParameter
파일 보기 프로젝트 열기: daszat/zetbox

Private Properties

프로퍼티 타입 설명
GetLabel string
GetParameterType System.Type
GetParameterTypeString string
NotifyCreated void
NotifyDeleting void
NotifyPostSave void
NotifyPreSave void
ObjectIsValid ObjectIsValidResult
ToString string

공개 메소드들

메소드 설명
ApplyChangesFrom ( IPersistenceObject obj ) : void
DecimalParameterNHibernateImpl ( ) : System
DecimalParameterNHibernateImpl ( Func lazyCtx ) : System

Create a new unattached instance

DecimalParameterNHibernateImpl ( Func lazyCtx, DecimalParameterProxy proxy ) : System

Create a instance, wrapping the specified proxy

Export ( System xml, string modules ) : void
FromStream ( Zetbox binStream ) : IEnumerable
GetImplementedInterface ( ) : Type
MergeImport ( System xml ) : void
ReloadReferences ( ) : void
SetNew ( ) : void
ToStream ( Zetbox binStream, HashSet auxObjects, bool eagerLoadLists ) : void
TriggerFetch ( string propName ) : Zetbox.API.Async.ZbTask

비공개 메소드들

메소드 설명
GetLabel ( ) : string
GetParameterType ( ) : Type
GetParameterTypeString ( ) : string
NotifyCreated ( ) : void
NotifyDeleting ( ) : void
NotifyPostSave ( ) : void
NotifyPreSave ( ) : void
ObjectIsValid ( ) : ObjectIsValidResult
ToString ( ) : string

메소드 상세

ApplyChangesFrom() 공개 메소드

public ApplyChangesFrom ( IPersistenceObject obj ) : void
obj IPersistenceObject
리턴 void

DecimalParameterNHibernateImpl() 공개 메소드

public DecimalParameterNHibernateImpl ( ) : System
리턴 System

DecimalParameterNHibernateImpl() 공개 메소드

Create a new unattached instance
public DecimalParameterNHibernateImpl ( Func lazyCtx ) : System
lazyCtx Func
리턴 System

DecimalParameterNHibernateImpl() 공개 메소드

Create a instance, wrapping the specified proxy
public DecimalParameterNHibernateImpl ( Func lazyCtx, DecimalParameterProxy proxy ) : System
lazyCtx Func
proxy DecimalParameterProxy
리턴 System

Export() 공개 메소드

public Export ( System xml, string modules ) : void
xml System
modules string
리턴 void

FromStream() 공개 메소드

public FromStream ( Zetbox binStream ) : IEnumerable
binStream Zetbox
리턴 IEnumerable

GetImplementedInterface() 공개 메소드

public GetImplementedInterface ( ) : Type
리턴 System.Type

MergeImport() 공개 메소드

public MergeImport ( System xml ) : void
xml System
리턴 void

ReloadReferences() 공개 메소드

public ReloadReferences ( ) : void
리턴 void

SetNew() 공개 메소드

public SetNew ( ) : void
리턴 void

ToStream() 공개 메소드

public ToStream ( Zetbox binStream, HashSet auxObjects, bool eagerLoadLists ) : void
binStream Zetbox
auxObjects HashSet
eagerLoadLists bool
리턴 void

TriggerFetch() 공개 메소드

public TriggerFetch ( string propName ) : Zetbox.API.Async.ZbTask
propName string
리턴 Zetbox.API.Async.ZbTask