C# Class MorseCode.CsJs.Examples.CalculatorsAndStopwatch.ViewModel.SampleItemCollectionItem

Inheritance: SampleItem
显示文件 Open project: jam40jeff/CsJs

Public Methods

Method Description
Delete ( ) : void
SampleItemCollectionItem ( ICollection collection, int id, string name, string something, bool boolean ) : System.Collections.Generic

Method Details

Delete() public method

public Delete ( ) : void
return void

SampleItemCollectionItem() public method

public SampleItemCollectionItem ( ICollection collection, int id, string name, string something, bool boolean ) : System.Collections.Generic
collection ICollection
id int
name string
something string
boolean bool
return System.Collections.Generic