C# Class FarsiLibrary.Win.Design.DateTimeCollectionEditor

Inheritance: System.ComponentModel.Design.CollectionEditor
显示文件 Open project: HEskandari/FarsiLibrary

Public Methods

Method Description
DateTimeCollectionEditor ( Type type ) : System

Protected Methods

Method Description
CreateCollectionItemType ( ) : Type
CreateInstance ( Type itemType ) : object
CreateNewItemTypes ( ) : System.Type[]

Method Details

CreateCollectionItemType() protected method

protected CreateCollectionItemType ( ) : Type
return System.Type

CreateInstance() protected method

protected CreateInstance ( Type itemType ) : object
itemType System.Type
return object

CreateNewItemTypes() protected method

protected CreateNewItemTypes ( ) : System.Type[]
return System.Type[]

DateTimeCollectionEditor() public method

public DateTimeCollectionEditor ( Type type ) : System
type System.Type
return System