UserInterface<(Of <(<'ItemType, ListType>)>)> Class
Namespace:
JiwaFinancials.Jiwa.JiwaApplication.ListMaintenance
Assembly: JiwaApplication (in JiwaApplication.dll)
Object
MarshalByRefObject
Component
Control
ScrollableControl
ContainerControl
Form
JiwaFinancials.Jiwa.JiwaApplication.ListMaintenance..::..UserInterface<(Of <(<'ItemType, ListType>)>)>
Assembly: JiwaApplication (in JiwaApplication.dll)
Syntax
[CLSCompliantAttribute] [DesignerGeneratedAttribute] public class UserInterface<ItemType, ListType> : Form, IJiwaForm where ItemType : JiwaCollectionItem<ItemType> where ListType : ListMaintenance<ItemType>
<CLSCompliantAttribute> _ <DesignerGeneratedAttribute> _ Public Class UserInterface(Of ItemType As JiwaCollectionItem(Of ItemType), ListType As ListMaintenance(Of ItemType)) _ Inherits Form _ Implements IJiwaForm
[CLSCompliantAttribute] [DesignerGeneratedAttribute] generic<typename ItemType, typename ListType> where ItemType : JiwaCollectionItem<ItemType> where ListType : ListMaintenance<ItemType> public ref class UserInterface : public Form, IJiwaForm
Type Parameters
- ItemType
- ListType
Inheritance Hierarchy
MarshalByRefObject
Component
Control
ScrollableControl
ContainerControl
Form
JiwaFinancials.Jiwa.JiwaApplication.ListMaintenance..::..UserInterface<(Of <(<'ItemType, ListType>)>)>