Maintenance Class
The base class handling the business logic for maintenance type forms. Maintenance type forms are those that
include navigation, searching, reading and saving.
Namespace:
JiwaFinancials.Jiwa.JiwaApplication.BusinessLogicAssembly: JiwaApplication (in JiwaApplication.dll)
Syntax
[DataContractAttribute] [CLSCompliantAttribute] public abstract class Maintenance : MarshalByRefObject, IJiwaBusinessLogic, IJiwaSaveable, IJiwaDeletable, IJiwaNavigable, IJiwaCreatable, IJiwaCopyable, IJiwaSerialisable, IJiwaDeserialisable, IJiwaClearable, INotifyPropertyChanged
<DataContractAttribute> _ <CLSCompliantAttribute> _ Public MustInherit Class Maintenance _ Inherits MarshalByRefObject _ Implements IJiwaBusinessLogic, IJiwaSaveable, IJiwaDeletable, IJiwaNavigable, _ IJiwaCreatable, IJiwaCopyable, IJiwaSerialisable, IJiwaDeserialisable, IJiwaClearable, _ INotifyPropertyChanged
[DataContractAttribute] [CLSCompliantAttribute] public ref class Maintenance abstract : public MarshalByRefObject, IJiwaBusinessLogic, IJiwaSaveable, IJiwaDeletable, IJiwaNavigable, IJiwaCreatable, IJiwaCopyable, IJiwaSerialisable, IJiwaDeserialisable, IJiwaClearable, INotifyPropertyChanged
Inheritance Hierarchy
MarshalByRefObject
JiwaFinancials.Jiwa.JiwaApplication.BusinessLogic..::..Maintenance