프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Value | InteractionTypeValue |
메소드 | 설명 | |
---|---|---|
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 |
리턴 | System |
public InteractionType ( int value ) : System | ||
value | int | The value to instantiate this class with |
리턴 | System |
public InteractionType ( string vocab ) : System | ||
vocab | string | The value to instantiate this class with |
리턴 | System |