C# 클래스 Microsoft.R.Editor.Data.RSessionDataObject

Model for variable tree grid, that provides UI customization of DebugEvaluationResult
상속: IRSessionDataObject
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
GetChildrenAsync ( ) : Task>
RSessionDataObject ( IREvaluationResultInfo evaluation, int maxChildrenCount = null ) : System.Collections.Generic

Create new instance of DataEvaluation

보호된 메소드들

메소드 설명
EvaluateChildren ( IReadOnlyList children ) : List
GetChildrenAsyncInternal ( ) : Task>
GetMaxChildrenCount ( IREvaluationResultInfo parent ) : int?
RSessionDataObject ( ) : System.Collections.Generic

비공개 메소드들

메소드 설명
GetValue ( IRValueInfo v ) : string
Initalize ( IRValueInfo valueInfo ) : void

메소드 상세

EvaluateChildren() 보호된 메소드

protected EvaluateChildren ( IReadOnlyList children ) : List
children IReadOnlyList
리턴 List

GetChildrenAsync() 공개 메소드

public GetChildrenAsync ( ) : Task>
리턴 Task>

GetChildrenAsyncInternal() 보호된 메소드

protected GetChildrenAsyncInternal ( ) : Task>
리턴 Task>

GetMaxChildrenCount() 보호된 메소드

protected GetMaxChildrenCount ( IREvaluationResultInfo parent ) : int?
parent IREvaluationResultInfo
리턴 int?

RSessionDataObject() 보호된 메소드

protected RSessionDataObject ( ) : System.Collections.Generic
리턴 System.Collections.Generic

RSessionDataObject() 공개 메소드

Create new instance of DataEvaluation
public RSessionDataObject ( IREvaluationResultInfo evaluation, int maxChildrenCount = null ) : System.Collections.Generic
evaluation IREvaluationResultInfo R session's evaluation result
maxChildrenCount int
리턴 System.Collections.Generic