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

Inheritance: Zetbox.App.Base.ObjectClass
Afficher le fichier Open project: daszat/zetbox

Private Properties

Свойство Type Description
System int

Méthodes publiques

Méthode 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

Méthode Description
System ( object other ) : int

Method Details

AddProperty() public méthode

public AddProperty ( ) : Zetbox.App.Base.Property
Résultat Zetbox.App.Base.Property

ApplyChangesFrom() public méthode

public ApplyChangesFrom ( IPersistenceObject obj ) : void
obj IPersistenceObject
Résultat void

AttachToContext() public méthode

public AttachToContext ( IZetboxContext ctx, Func lazyFrozenContext ) : void
ctx IZetboxContext
lazyFrozenContext Func
Résultat void

CreateDefaultMethods() public méthode

public CreateDefaultMethods ( ) : void
Résultat void

CreateMethod() public méthode

public CreateMethod ( ) : Zetbox.App.Base.Method
Résultat Zetbox.App.Base.Method

CreateRelation() public méthode

public CreateRelation ( ) : Zetbox.App.Base.Relation
Résultat Zetbox.App.Base.Relation

DetachFromContext() public méthode

public DetachFromContext ( IZetboxContext ctx ) : void
ctx IZetboxContext
Résultat void

FromStream() public méthode

public FromStream ( ZetboxStreamReader sr ) : IEnumerable
sr ZetboxStreamReader
Résultat IEnumerable

GetAttributes() public méthode

public GetAttributes ( ) : System.ComponentModel.AttributeCollection
Résultat System.ComponentModel.AttributeCollection

GetClassName() public méthode

public GetClassName ( ) : string
Résultat string

GetComponentName() public méthode

public GetComponentName ( ) : string
Résultat string

GetConverter() public méthode

public GetConverter ( ) : System.ComponentModel.TypeConverter
Résultat System.ComponentModel.TypeConverter

GetDataType() public méthode

public GetDataType ( ) : Type
Résultat System.Type

GetDataTypeString() public méthode

public GetDataTypeString ( ) : string
Résultat string

GetDefaultEvent() public méthode

public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
Résultat System.ComponentModel.EventDescriptor

GetDefaultProperty() public méthode

public GetDefaultProperty ( ) : System.ComponentModel.PropertyDescriptor
Résultat System.ComponentModel.PropertyDescriptor

GetEditor() public méthode

public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type
Résultat object

GetEvents() public méthode

public GetEvents ( ) : System.ComponentModel.EventDescriptorCollection
Résultat System.ComponentModel.EventDescriptorCollection

GetEvents() public méthode

public GetEvents ( Attribute attributes ) : System.ComponentModel.EventDescriptorCollection
attributes System.Attribute
Résultat System.ComponentModel.EventDescriptorCollection

GetInheritedMethods() public méthode

public GetInheritedMethods ( ) : IEnumerable
Résultat IEnumerable

GetInterfaceType() public méthode

public GetInterfaceType ( ) : InterfaceType
Résultat InterfaceType

GetName() public méthode

public GetName ( ) : string
Résultat string

GetProperties() public méthode

public GetProperties ( ) : System.ComponentModel.PropertyDescriptorCollection
Résultat System.ComponentModel.PropertyDescriptorCollection

GetProperties() public méthode

public GetProperties ( Attribute attributes ) : System.ComponentModel.PropertyDescriptorCollection
attributes System.Attribute
Résultat System.ComponentModel.PropertyDescriptorCollection

GetPropertyOwner() public méthode

public GetPropertyOwner ( System pd ) : object
pd System
Résultat object

ImplementInterfaces() public méthode

public ImplementInterfaces ( ) : void
Résultat void

IsInitialized() public méthode

public IsInitialized ( string propName ) : bool
propName string
Résultat bool

NotifyCreated() public méthode

public NotifyCreated ( ) : void
Résultat void

NotifyDeleting() public méthode

public NotifyDeleting ( ) : void
Résultat void

NotifyPostSave() public méthode

public NotifyPostSave ( ) : void
Résultat void

NotifyPreSave() public méthode

public NotifyPreSave ( ) : void
Résultat void

NotifyPropertyChanged() public méthode

public NotifyPropertyChanged ( string property, object oldValue, object newValue ) : void
property string
oldValue object
newValue object
Résultat void

NotifyPropertyChanging() public méthode

public NotifyPropertyChanging ( string property, object oldValue, object newValue ) : void
property string
oldValue object
newValue object
Résultat void

Recalculate() public méthode

public Recalculate ( string propName ) : void
propName string
Résultat void

ReloadReferences() public méthode

public ReloadReferences ( ) : void
Résultat void

ReplaceObject() public méthode

public ReplaceObject ( Zetbox target, Zetbox source ) : void
target Zetbox
source Zetbox
Résultat void

ToStream() public méthode

public ToStream ( System sw, HashSet auxObjects, bool eagerLoadLists ) : void
sw System
auxObjects HashSet
eagerLoadLists bool
Résultat void

ToStream() public méthode

public ToStream ( ZetboxStreamWriter sw, HashSet auxObjects, bool eagerLoadLists ) : void
sw ZetboxStreamWriter
auxObjects HashSet
eagerLoadLists bool
Résultat void

TriggerFetch() public méthode

public TriggerFetch ( string propName ) : ZbTask
propName string
Résultat ZbTask

UpdateParent() public méthode

public UpdateParent ( string propertyName, IDataObject parentObj ) : void
propertyName string
parentObj IDataObject
Résultat void

Validate() public méthode

public Validate ( ) : ObjectIsValidResult
Résultat ObjectIsValidResult

this() public méthode

public this ( string columnName ) : string
columnName string
Résultat string