C# Class LearningRegistry.HarvestResult

Inheritance: ResumableResult
Mostrar archivo 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_oe property

public Boolean,System OK
return System.Boolean

error public_oe property

public string error
return string

request public_oe property

public HarvestResultRequestData,LearningRegistry request
return HarvestResultRequestData

responseDate public_oe property

public string responseDate
return string