C# Class Open.Testing.Models.CustomListItem

A list-item node for custom UI.
Inheritance: Open.Core.Lists.ListItem, IViewFactory
显示文件 Open project: philcockfield/Open.TestHarness.SL

Public Methods

Method Description
CreateView ( ) : IView
CustomListItem ( CustomListItemType viewType ) : Open.Core

Constructor.

Method Details

CreateView() public method

public CreateView ( ) : IView
return IView

CustomListItem() public method

Constructor.
public CustomListItem ( CustomListItemType viewType ) : Open.Core
viewType CustomListItemType
return Open.Core