C# Class Zetbox.API.Server.Mocks.ObjectClassMock

Inheritance: Zetbox.App.Base.ObjectClass
ファイルを表示 Open project: daszat/zetbox

Private Properties

Property Type Description
System int

Public Methods

Method Description
AddProperty ( ) : Zetbox.App.Base.Property
ApplyChangesFrom ( IPersistenceObject obj ) : void
AttachToContext ( IZetboxContext ctx, Func lazyFrozenContext ) : void
CreateDefaultMethods ( ) : void
CreateMethod ( ) : Zetbox.App.Base.Method
CreateRelation ( ) : Zetbox.App.Base.Relation
DetachFromContext ( IZetboxContext ctx ) : void
FromStream ( ZetboxStreamReader sr ) : IEnumerable
GetAttributes ( ) : System.ComponentModel.AttributeCollection
GetClassName ( ) : string
GetComponentName ( ) : string
GetConverter ( ) : System.ComponentModel.TypeConverter
GetDataType ( ) : Type
GetDataTypeString ( ) : string
GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
GetDefaultProperty ( ) : System.ComponentModel.PropertyDescriptor
GetEditor ( Type editorBaseType ) : object
GetEvents ( ) : System.ComponentModel.EventDescriptorCollection
GetEvents ( Attribute attributes ) : System.ComponentModel.EventDescriptorCollection
GetInheritedMethods ( ) : IEnumerable
GetInterfaceType ( ) : InterfaceType
GetName ( ) : string
GetProperties ( ) : System.ComponentModel.PropertyDescriptorCollection
GetProperties ( Attribute attributes ) : System.ComponentModel.PropertyDescriptorCollection
GetPropertyOwner ( System pd ) : object
ImplementInterfaces ( ) : void
IsInitialized ( string propName ) : bool
NotifyCreated ( ) : void
NotifyDeleting ( ) : void
NotifyPostSave ( ) : void
NotifyPreSave ( ) : void
NotifyPropertyChanged ( string property, object oldValue, object newValue ) : void
NotifyPropertyChanging ( string property, object oldValue, object newValue ) : void
Recalculate ( string propName ) : void
ReloadReferences ( ) : void
ReplaceObject ( Zetbox target, Zetbox source ) : void
ToStream ( System sw, HashSet auxObjects, bool eagerLoadLists ) : 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
System ( object other ) : int

Method Details

AddProperty() public method

public AddProperty ( ) : Zetbox.App.Base.Property
return Zetbox.App.Base.Property

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

CreateDefaultMethods() public method

public CreateDefaultMethods ( ) : void
return void

CreateMethod() public method

public CreateMethod ( ) : Zetbox.App.Base.Method
return Zetbox.App.Base.Method

CreateRelation() public method

public CreateRelation ( ) : Zetbox.App.Base.Relation
return Zetbox.App.Base.Relation

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 ( ) : System.ComponentModel.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 ( ) : System.ComponentModel.TypeConverter
return System.ComponentModel.TypeConverter

GetDataType() public method

public GetDataType ( ) : Type
return System.Type

GetDataTypeString() public method

public GetDataTypeString ( ) : string
return string

GetDefaultEvent() public method

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

GetDefaultProperty() public method

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

GetEditor() public method

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

GetEvents() public method

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

GetEvents() public method

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

GetInheritedMethods() public method

public GetInheritedMethods ( ) : IEnumerable
return IEnumerable

GetInterfaceType() public method

public GetInterfaceType ( ) : InterfaceType
return InterfaceType

GetName() public method

public GetName ( ) : string
return string

GetProperties() public method

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

GetProperties() public method

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

GetPropertyOwner() public method

public GetPropertyOwner ( System pd ) : object
pd System
return object

ImplementInterfaces() public method

public ImplementInterfaces ( ) : void
return void

IsInitialized() public method

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

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

Recalculate() public method

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

ReloadReferences() public method

public ReloadReferences ( ) : void
return void

ReplaceObject() public method

public ReplaceObject ( Zetbox target, Zetbox source ) : void
target Zetbox
source Zetbox
return void

ToStream() public method

public ToStream ( System sw, HashSet auxObjects, bool eagerLoadLists ) : void
sw System
auxObjects HashSet
eagerLoadLists bool
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