C# Class Zetbox.API.Client.Mocks.OneNLists.OneSide

Inheritance: IOneSide
ファイルを表示 Open project: daszat/zetbox

Private Properties

Property Type Description
OnPropertyChanged void
System int

Public Methods

Method Description
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

Private Methods

Method Description
OnPropertyChanged ( string propertyName ) : void
System ( object other ) : int

Method Details

ApplyChangesFrom() public method

public ApplyChangesFrom ( IPersistenceObject obj ) : void
obj IPersistenceObject
return void

AttachToContext() public method

public AttachToContext ( IZetboxContext ctx, Func lazyFrozenContext ) : void
ctx IZetboxContext
lazyFrozenContext Func
return void

DetachFromContext() public method

public DetachFromContext ( IZetboxContext ctx ) : void
ctx IZetboxContext
return void

FromStream() public method

public FromStream ( ZetboxStreamReader sr ) : IEnumerable
sr ZetboxStreamReader
return IEnumerable

GetAttributes() public method

public GetAttributes ( ) : AttributeCollection
return System.ComponentModel.AttributeCollection

GetClassName() public method

public GetClassName ( ) : string
return string

GetComponentName() public method

public GetComponentName ( ) : string
return string

GetConverter() public method

public GetConverter ( ) : TypeConverter
return System.ComponentModel.TypeConverter

GetDefaultEvent() public method

public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
return System.ComponentModel.EventDescriptor

GetDefaultProperty() public method

public GetDefaultProperty ( ) : PropertyDescriptor
return System.ComponentModel.PropertyDescriptor

GetEditor() public method

public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type
return object

GetEvents() public method

public GetEvents ( ) : EventDescriptorCollection
return System.ComponentModel.EventDescriptorCollection

GetEvents() public method

public GetEvents ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute
return System.ComponentModel.EventDescriptorCollection

GetInterfaceType() public method

public GetInterfaceType ( ) : InterfaceType
return InterfaceType

GetProperties() public method

public GetProperties ( ) : PropertyDescriptorCollection
return System.ComponentModel.PropertyDescriptorCollection

GetProperties() public method

public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
return System.ComponentModel.PropertyDescriptorCollection

GetPropertyOwner() public method

public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
return object

IsInitialized() public method

public IsInitialized ( string propName ) : bool
propName string
return bool

NextId() public static method

public static NextId ( ) : int
return int

NotifyCreated() public method

public NotifyCreated ( ) : void
return void

NotifyDeleting() public method

public NotifyDeleting ( ) : void
return void

NotifyPostSave() public method

public NotifyPostSave ( ) : void
return void

NotifyPreSave() public method

public NotifyPreSave ( ) : void
return void

NotifyPropertyChanged() public method

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

NotifyPropertyChanging() public method

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

OneSide() public method

public OneSide ( List initialObjects ) : System
initialObjects List
return System

Recalculate() public method

public Recalculate ( string propName ) : void
propName string
return void

ReloadReferences() public method

public ReloadReferences ( ) : void
return void

ToStream() public method

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

TriggerFetch() public method

public TriggerFetch ( string propName ) : ZbTask
propName string
return ZbTask

UpdateParent() public method

public UpdateParent ( string propertyName, IDataObject parentObj ) : void
propertyName string
parentObj IDataObject
return void

Validate() public method

public Validate ( ) : ObjectIsValidResult
return ObjectIsValidResult

this() public method

public this ( string columnName ) : string
columnName string
return string