C# Class Dovetail.SDK.Bootstrap.History.HistoryItem

Show file Open project: DovetailSoftware/dovetail-bootstrap Class Usage Examples

Public Methods

Method Description
Has ( string key ) : bool
HistoryItem ( ) : System
this ( string key ) : object

Method Details

Has() public method

public Has ( string key ) : bool
key string
return bool

HistoryItem() public method

public HistoryItem ( ) : System
return System

this() public method

public this ( string key ) : object
key string
return object