C# Class XG.Business.Model.Snapshot

Show file Open project: lformella/xdcc-grabscher Class Usage Examples

Public Properties

Property Type Description
SnapshotCount int

Public Methods

Method Description
Get ( SnapshotValue aType ) : double
Set ( SnapshotValue aType, double aValue ) : void
Snapshot ( ) : System.Collections.Generic

Method Details

Get() public method

public Get ( SnapshotValue aType ) : double
aType SnapshotValue
return double

Set() public method

public Set ( SnapshotValue aType, double aValue ) : void
aType SnapshotValue
aValue double
return void

Snapshot() public method

public Snapshot ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

SnapshotCount public static property

public static int SnapshotCount
return int