C# Класс Zetbox.API.Client.Mocks.OneNLists.OneSide

Наследование: IOneSide
Показать файл Открыть проект

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