Show / Hide Table of Contents

Class LearningSession

Contains all information that has been logged throughout a learning session. This container is made to be used on LearnHandler.Tracking( )'s submission.

Inheritance
System.Object
LearningSession
Learn_Tracking.PostData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.Learn
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class LearningSession

Constructors

View Source

LearningSession()

Declaration
public LearningSession()
View Source

LearningSession(LearningSession)

Copy Constructor

Declaration
public LearningSession(LearningSession cc)
Parameters
Type Name Description
LearningSession cc

Fields

View Source

deviceInformation

Declaration
public string deviceInformation
Field Value
Type Description
System.String
View Source

endDateTime

Declaration
public string endDateTime
Field Value
Type Description
System.String
View Source

learningSessionNodePaths

Declaration
public List<LearningSessionNodePath> learningSessionNodePaths
Field Value
Type Description
System.Collections.Generic.List<LearningSessionNodePath>
View Source

productId

Declaration
public int productId
Field Value
Type Description
System.Int32
View Source

sessionKey

Declaration
public string sessionKey
Field Value
Type Description
System.String
View Source

startDateTime

Declaration
public string startDateTime
Field Value
Type Description
System.String
View Source

username

Declaration
public string username
Field Value
Type Description
System.String

Extension Methods

ObjectExtension.ToStream(Object)
  • View Source
Back to top Generated by DocFX