Click or drag to resize

IModelBase Methods

Methods
  NameDescription
Public methodClearSubscriptions
Clears the subscriptions.
(Inherited from ISubscribe.)
Public methodClearSubscriptions(String, NullableGuid)
Clears the subscriptions.
(Inherited from ISubscribe.)
Public methodClearSubscriptionsT(ExpressionFuncT, NullableGuid)
Clears the subscriptions.
(Inherited from ISubscribe.)
Public methodNotifyOfChangeT(ExpressionFuncT, T, T, Action)
Notifies the of change.
(Inherited from INotify.)
Public methodNotifyOfChangeT(String, T, T, Action)
Notifies the of change.
(Inherited from INotify.)
Public methodNotifyOfChangeT(T, T, String, Action)
Notifies the of change.
(Inherited from INotify.)
Public methodSubscribe(String, ActionObject, NullableGuid)
Subscribes the specified property.
(Inherited from ISubscribe.)
Public methodSubscribeT(ExpressionFuncT, ActionObject, NullableGuid)
Subscribes the specified property.
(Inherited from ISubscribe.)
Public methodUpdateProperty(String, Action)
Updates the property.
(Inherited from INotify.)
Public methodUpdatePropertyT(ExpressionFuncT, Action)
Updates the property.
(Inherited from INotify.)
Top
See Also