Свойство | Тип | Описание | |
---|---|---|---|
System | int |
Метод | Описание | |
---|---|---|
AddProperty ( ) : Zetbox.App.Base.Property | ||
ApplyChangesFrom ( IPersistenceObject obj ) : void | ||
AttachToContext ( IZetboxContext ctx, Func |
||
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 ( ) : |
||
GetDataTypeString ( ) : string | ||
GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor | ||
GetDefaultProperty ( ) : System.ComponentModel.PropertyDescriptor | ||
GetEditor ( |
||
GetEvents ( ) : System.ComponentModel.EventDescriptorCollection | ||
GetEvents ( |
||
GetInheritedMethods ( ) : IEnumerable |
||
GetInterfaceType ( ) : InterfaceType | ||
GetName ( ) : string | ||
GetProperties ( ) : System.ComponentModel.PropertyDescriptorCollection | ||
GetProperties ( |
||
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 |
||
ToStream ( ZetboxStreamWriter sw, HashSet |
||
TriggerFetch ( string propName ) : ZbTask | ||
UpdateParent ( string propertyName, IDataObject parentObj ) : void | ||
Validate ( ) : ObjectIsValidResult | ||
this ( string columnName ) : string |
Метод | Описание | |
---|---|---|
System ( object other ) : int |
public AddProperty ( ) : Zetbox.App.Base.Property | ||
Результат | Zetbox.App.Base.Property |
public ApplyChangesFrom ( IPersistenceObject obj ) : void | ||
obj | IPersistenceObject | |
Результат | void |
public AttachToContext ( IZetboxContext ctx, Func |
||
ctx | IZetboxContext | |
lazyFrozenContext | Func |
|
Результат | void |
public CreateMethod ( ) : Zetbox.App.Base.Method | ||
Результат | Zetbox.App.Base.Method |
public CreateRelation ( ) : Zetbox.App.Base.Relation | ||
Результат | Zetbox.App.Base.Relation |
public DetachFromContext ( IZetboxContext ctx ) : void | ||
ctx | IZetboxContext | |
Результат | void |
public FromStream ( ZetboxStreamReader sr ) : IEnumerable |
||
sr | ZetboxStreamReader | |
Результат | IEnumerable |
public GetAttributes ( ) : System.ComponentModel.AttributeCollection | ||
Результат | System.ComponentModel.AttributeCollection |
public GetConverter ( ) : System.ComponentModel.TypeConverter | ||
Результат | System.ComponentModel.TypeConverter |
public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor | ||
Результат | System.ComponentModel.EventDescriptor |
public GetDefaultProperty ( ) : System.ComponentModel.PropertyDescriptor | ||
Результат | System.ComponentModel.PropertyDescriptor |
public GetEditor ( |
||
editorBaseType | ||
Результат | object |
public GetEvents ( ) : System.ComponentModel.EventDescriptorCollection | ||
Результат | System.ComponentModel.EventDescriptorCollection |
public GetEvents ( |
||
attributes | ||
Результат | System.ComponentModel.EventDescriptorCollection |
public GetInheritedMethods ( ) : IEnumerable |
||
Результат | IEnumerable |
public GetInterfaceType ( ) : InterfaceType | ||
Результат | InterfaceType |
public GetProperties ( ) : System.ComponentModel.PropertyDescriptorCollection | ||
Результат | System.ComponentModel.PropertyDescriptorCollection |
public GetProperties ( |
||
attributes | ||
Результат | System.ComponentModel.PropertyDescriptorCollection |
public GetPropertyOwner ( System pd ) : object | ||
pd | System | |
Результат | object |
public IsInitialized ( string propName ) : bool | ||
propName | string | |
Результат | bool |
public NotifyPropertyChanged ( string property, object oldValue, object newValue ) : void | ||
property | string | |
oldValue | object | |
newValue | object | |
Результат | void |
public NotifyPropertyChanging ( string property, object oldValue, object newValue ) : void | ||
property | string | |
oldValue | object | |
newValue | object | |
Результат | void |
public Recalculate ( string propName ) : void | ||
propName | string | |
Результат | void |
public ReplaceObject ( Zetbox target, Zetbox source ) : void | ||
target | Zetbox | |
source | Zetbox | |
Результат | void |
public ToStream ( System sw, HashSet |
||
sw | System | |
auxObjects | HashSet |
|
eagerLoadLists | bool | |
Результат | void |
public ToStream ( ZetboxStreamWriter sw, HashSet |
||
sw | ZetboxStreamWriter | |
auxObjects | HashSet |
|
eagerLoadLists | bool | |
Результат | void |
public TriggerFetch ( string propName ) : ZbTask | ||
propName | string | |
Результат | ZbTask |
public UpdateParent ( string propertyName, IDataObject parentObj ) : void | ||
propertyName | string | |
parentObj | IDataObject | |
Результат | void |
public this ( string columnName ) : string | ||
columnName | string | |
Результат | string |