C# Class RusticiSoftware.TinCanAPILibrary.Model.NullableScormTimeSpan

Datei anzeigen Open project: RusticiSoftware/TinCanAPILibraryCSharp Class Usage Examples

Public Properties

Property Type Description
Value RusticiSoftware.TinCanAPILibrary.Model.ScormTimeSpan

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
NullableScormTimeSpan ( RusticiSoftware.TinCanAPILibrary.Model.ScormTimeSpan value ) : System
NullableScormTimeSpan ( string value ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

NullableScormTimeSpan() public method

public NullableScormTimeSpan ( RusticiSoftware.TinCanAPILibrary.Model.ScormTimeSpan value ) : System
value RusticiSoftware.TinCanAPILibrary.Model.ScormTimeSpan
return System

NullableScormTimeSpan() public method

public NullableScormTimeSpan ( string value ) : System
value string
return System

Property Details

Value public_oe property

public ScormTimeSpan,RusticiSoftware.TinCanAPILibrary.Model Value
return RusticiSoftware.TinCanAPILibrary.Model.ScormTimeSpan