Property | Type | Description | |
---|---|---|---|
Value | InteractionTypeValue |
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
|
public InteractionType ( InteractionTypeValue value ) : System | ||
value | InteractionTypeValue | The value to instantiate this class with |
return | System |
public InteractionType ( int value ) : System | ||
value | int | The value to instantiate this class with |
return | System |
public InteractionType ( string vocab ) : System | ||
vocab | string | The value to instantiate this class with |
return | System |