C# 클래스 LearningRegistry.PublishResponse

상속: Result
파일 보기 프로젝트 열기: adlnet-archive/LR.Net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OK bool
document_results System.Collections.Generic.List
error string

프로퍼티 상세

OK 공개적으로 프로퍼티

public bool OK
리턴 bool

document_results 공개적으로 프로퍼티

public System.Collections.Generic.List document_results
리턴 System.Collections.Generic.List

error 공개적으로 프로퍼티

public string error
리턴 string