C# Class ExoWeb.ServiceRequest.ModelMethodEvent

A domain event that supports calling model methods on the specified instance.
Inheritance: DomainEvent
Mostra file Open project: vc3/ExoWeb

Private Methods

Method Description
ModelMethodEvent ( ModelInstance instance, ModelMethod method, object args, string include ) : System
Raise ( ModelTransaction transaction ) : object