public interface Include
Contract is that Include implementation is created in business logic layer and that it is included in the View layer. The View layer is expected to call the include(ICS) method.
This interface is designed after the Command pattern.
Modifier and Type | Method and Description |
---|---|
void |
include(COM.FutureTense.Interfaces.ICS ics)
Deprecated.
|
Copyright © 2010–2017. All rights reserved.