C# 클래스 RusticiSoftware.TinCanAPILibrary.Model.InteractionType

파일 보기 프로젝트 열기: RusticiSoftware/TinCanAPILibraryCSharp

공개 프로퍼티들

프로퍼티 타입 설명
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

메소드 상세

InteractionType() 공개 메소드

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
리턴 System

InteractionType() 공개 메소드

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
리턴 System

InteractionType() 공개 메소드

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
리턴 System

ToString() 공개 메소드

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

프로퍼티 상세

Value 공개적으로 프로퍼티

The current value of the interaction type
public InteractionTypeValue Value
리턴 InteractionTypeValue