C# Класс ExoModel.ModelPropertyGetEvent

Represents the retrieval of a property in the model.
Наследование: ModelEvent
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ModelPropertyGetEvent System
Notify void
RaisePropertyGet void

Открытые методы

Метод Описание
ToString ( ) : string

Защищенные методы

Метод Описание
OnNotify ( ) : void

Приватные методы

Метод Описание
ModelPropertyGetEvent ( ModelInstance instance, ModelProperty property ) : System
Notify ( ) : void
RaisePropertyGet ( ) : void

Raises the ModelPropertyGetEvent on all types in the type hierarchy of the current instance that have the property that is being accessed.

Описание методов

OnNotify() защищенный Метод

protected OnNotify ( ) : void
Результат void

ToString() публичный Метод

public ToString ( ) : string
Результат string