C# 클래스 Zetbox.API.Client.Mocks.OneNLists.OneSide

상속: IOneSide
파일 보기 프로젝트 열기: daszat/zetbox

Private Properties

프로퍼티 타입 설명
OnPropertyChanged void
System int

공개 메소드들

메소드 설명
ApplyChangesFrom ( IPersistenceObject obj ) : void
AttachToContext ( IZetboxContext ctx, Func lazyFrozenContext ) : void
DetachFromContext ( IZetboxContext ctx ) : void
FromStream ( ZetboxStreamReader sr ) : IEnumerable
GetAttributes ( ) : AttributeCollection
GetClassName ( ) : string
GetComponentName ( ) : string
GetConverter ( ) : TypeConverter
GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
GetDefaultProperty ( ) : PropertyDescriptor
GetEditor ( Type editorBaseType ) : object
GetEvents ( ) : EventDescriptorCollection
GetEvents ( Attribute attributes ) : EventDescriptorCollection
GetInterfaceType ( ) : InterfaceType
GetProperties ( ) : PropertyDescriptorCollection
GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
GetPropertyOwner ( PropertyDescriptor pd ) : object
IsInitialized ( string propName ) : bool
NextId ( ) : int
NotifyCreated ( ) : void
NotifyDeleting ( ) : void
NotifyPostSave ( ) : void
NotifyPreSave ( ) : void
NotifyPropertyChanged ( string property, object oldValue, object newValue ) : void
NotifyPropertyChanging ( string property, object oldValue, object newValue ) : void
OneSide ( List initialObjects ) : System
Recalculate ( string propName ) : void
ReloadReferences ( ) : void
ToStream ( ZetboxStreamWriter sw, HashSet auxObjects, bool eagerLoadLists ) : void
TriggerFetch ( string propName ) : ZbTask
UpdateParent ( string propertyName, IDataObject parentObj ) : void
Validate ( ) : ObjectIsValidResult
this ( string columnName ) : string

비공개 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void
System ( object other ) : int

메소드 상세

ApplyChangesFrom() 공개 메소드

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

AttachToContext() 공개 메소드

public AttachToContext ( IZetboxContext ctx, Func lazyFrozenContext ) : void
ctx IZetboxContext
lazyFrozenContext Func
리턴 void

DetachFromContext() 공개 메소드

public DetachFromContext ( IZetboxContext ctx ) : void
ctx IZetboxContext
리턴 void

FromStream() 공개 메소드

public FromStream ( ZetboxStreamReader sr ) : IEnumerable
sr ZetboxStreamReader
리턴 IEnumerable

GetAttributes() 공개 메소드

public GetAttributes ( ) : AttributeCollection
리턴 System.ComponentModel.AttributeCollection

GetClassName() 공개 메소드

public GetClassName ( ) : string
리턴 string

GetComponentName() 공개 메소드

public GetComponentName ( ) : string
리턴 string

GetConverter() 공개 메소드

public GetConverter ( ) : TypeConverter
리턴 System.ComponentModel.TypeConverter

GetDefaultEvent() 공개 메소드

public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
리턴 System.ComponentModel.EventDescriptor

GetDefaultProperty() 공개 메소드

public GetDefaultProperty ( ) : PropertyDescriptor
리턴 System.ComponentModel.PropertyDescriptor

GetEditor() 공개 메소드

public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type
리턴 object

GetEvents() 공개 메소드

public GetEvents ( ) : EventDescriptorCollection
리턴 System.ComponentModel.EventDescriptorCollection

GetEvents() 공개 메소드

public GetEvents ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute
리턴 System.ComponentModel.EventDescriptorCollection

GetInterfaceType() 공개 메소드

public GetInterfaceType ( ) : InterfaceType
리턴 InterfaceType

GetProperties() 공개 메소드

public GetProperties ( ) : PropertyDescriptorCollection
리턴 System.ComponentModel.PropertyDescriptorCollection

GetProperties() 공개 메소드

public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
리턴 System.ComponentModel.PropertyDescriptorCollection

GetPropertyOwner() 공개 메소드

public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
리턴 object

IsInitialized() 공개 메소드

public IsInitialized ( string propName ) : bool
propName string
리턴 bool

NextId() 공개 정적인 메소드

public static NextId ( ) : int
리턴 int

NotifyCreated() 공개 메소드

public NotifyCreated ( ) : void
리턴 void

NotifyDeleting() 공개 메소드

public NotifyDeleting ( ) : void
리턴 void

NotifyPostSave() 공개 메소드

public NotifyPostSave ( ) : void
리턴 void

NotifyPreSave() 공개 메소드

public NotifyPreSave ( ) : void
리턴 void

NotifyPropertyChanged() 공개 메소드

public NotifyPropertyChanged ( string property, object oldValue, object newValue ) : void
property string
oldValue object
newValue object
리턴 void

NotifyPropertyChanging() 공개 메소드

public NotifyPropertyChanging ( string property, object oldValue, object newValue ) : void
property string
oldValue object
newValue object
리턴 void

OneSide() 공개 메소드

public OneSide ( List initialObjects ) : System
initialObjects List
리턴 System

Recalculate() 공개 메소드

public Recalculate ( string propName ) : void
propName string
리턴 void

ReloadReferences() 공개 메소드

public ReloadReferences ( ) : void
리턴 void

ToStream() 공개 메소드

public ToStream ( ZetboxStreamWriter sw, HashSet auxObjects, bool eagerLoadLists ) : void
sw ZetboxStreamWriter
auxObjects HashSet
eagerLoadLists bool
리턴 void

TriggerFetch() 공개 메소드

public TriggerFetch ( string propName ) : ZbTask
propName string
리턴 ZbTask

UpdateParent() 공개 메소드

public UpdateParent ( string propertyName, IDataObject parentObj ) : void
propertyName string
parentObj IDataObject
리턴 void

Validate() 공개 메소드

public Validate ( ) : ObjectIsValidResult
리턴 ObjectIsValidResult

this() 공개 메소드

public this ( string columnName ) : string
columnName string
리턴 string