C# Class LearningRegistry.HarvestResult

Inheritance: ResumableResult
Show file Open project: adlnet-archive/LR.Net Class Usage Examples

Public Properties

Property Type Description
OK System.Boolean
error string
request HarvestResultRequestData
responseDate string

Private Properties

Property Type Description

Protected Methods

Method Description
getPage ( ) : ResumableResult

Method Details

getPage() protected method

protected getPage ( ) : ResumableResult
return ResumableResult

Property Details

OK public property

public Boolean,System OK
return System.Boolean

error public property

public string error
return string

request public property

public HarvestResultRequestData,LearningRegistry request
return HarvestResultRequestData

responseDate public property

public string responseDate
return string