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

상속: Zetbox.DalProvider.Base.CompoundObjectDefaultImpl, ICompoundObject, RecurrenceRule
파일 보기 프로젝트 열기: daszat/zetbox

Private Properties

프로퍼티 타입 설명
GetCurrent System.DateTime
GetCurrent System.DateTime
GetNext System.DateTime
GetNext System.DateTime
GetRelative System.DateTime
GetWithinInterval IEnumerable
ObjectIsValid ObjectIsValidResult
ToString string

공개 메소드들

메소드 설명
ApplyChangesFrom ( ICompoundObject obj ) : void
Export ( System xml, string modules ) : void
FromStream ( Zetbox binStream ) : IEnumerable
GetImplementedInterface ( ) : Type
MergeImport ( System xml ) : void
RecurrenceRuleNHibernateImpl ( ) : System
RecurrenceRuleNHibernateImpl ( Func lazyCtx ) : System
RecurrenceRuleNHibernateImpl ( IPersistenceObject parent, string property, Func lazyCtx, RecurrenceRuleProxy proxy ) : System

Create a instance, wrapping the specified proxy

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

비공개 메소드들

메소드 설명
GetCurrent ( System.DateTime start ) : System.DateTime
GetCurrent ( System.DateTime start, System.DateTime dt ) : System.DateTime
GetNext ( System.DateTime start ) : System.DateTime
GetNext ( System.DateTime start, System.DateTime dt ) : System.DateTime
GetRelative ( System.DateTime dt ) : System.DateTime
GetWithinInterval ( System.DateTime start, System.DateTime from, System.DateTime until ) : IEnumerable
ObjectIsValid ( ) : ObjectIsValidResult
ToString ( ) : string

메소드 상세

ApplyChangesFrom() 공개 메소드

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

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

RecurrenceRuleNHibernateImpl() 공개 메소드

public RecurrenceRuleNHibernateImpl ( ) : System
리턴 System

RecurrenceRuleNHibernateImpl() 공개 메소드

public RecurrenceRuleNHibernateImpl ( Func lazyCtx ) : System
lazyCtx Func
리턴 System

RecurrenceRuleNHibernateImpl() 공개 메소드

Create a instance, wrapping the specified proxy
public RecurrenceRuleNHibernateImpl ( IPersistenceObject parent, string property, Func lazyCtx, RecurrenceRuleProxy proxy ) : System
parent IPersistenceObject
property string
lazyCtx Func
proxy RecurrenceRuleProxy
리턴 System

ToStream() 공개 메소드

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