C# Class LearningRegistry.PublishResponse

Inheritance: Result
Mostrar archivo Open project: adlnet-archive/LR.Net Class Usage Examples

Public Properties

Property Type Description
OK bool
document_results System.Collections.Generic.List
error string

Property Details

OK public_oe property

public bool OK
return bool

document_results public_oe property

public System.Collections.Generic.List document_results
return System.Collections.Generic.List

error public_oe property

public string error
return string