C# Class RusticiSoftware.TinCanAPILibrary.Model.InteractionType

Show file Open project: RusticiSoftware/TinCanAPILibraryCSharp

Public Properties

Property Type Description
Value InteractionTypeValue

Public Methods

Method Description
InteractionType ( InteractionTypeValue value ) : System

Creates a new instance of the class from a value enumeration

InteractionType ( int value ) : System

Creates a new instance of the class from an integer corresponding to a value enumeration

InteractionType ( string vocab ) : System

Creates a new instance of the class from the SCORM or AICC vocabulary

ToString ( ) : string

Represents this class as a string suitable for human viewing

Method Details

InteractionType() public method

Creates a new instance of the class from a value enumeration
public InteractionType ( InteractionTypeValue value ) : System
value InteractionTypeValue The value to instantiate this class with
return System

InteractionType() public method

Creates a new instance of the class from an integer corresponding to a value enumeration
public InteractionType ( int value ) : System
value int The value to instantiate this class with
return System

InteractionType() public method

Creates a new instance of the class from the SCORM or AICC vocabulary
public InteractionType ( string vocab ) : System
vocab string The value to instantiate this class with
return System

ToString() public method

Represents this class as a string suitable for human viewing
public ToString ( ) : string
return string

Property Details

Value public property

The current value of the interaction type
public InteractionTypeValue Value
return InteractionTypeValue