C# 클래스 RusticiSoftware.TinCanAPILibrary.Model.StatementQueryObject

파일 보기 프로젝트 열기: RusticiSoftware/TinCanAPILibraryCSharp 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
actor RusticiSoftware.TinCanAPILibrary.Model.Actor
ascending bool
authoritative bool
context bool
continueToken string
historical bool
instructor RusticiSoftware.TinCanAPILibrary.Model.Actor
limit int
registration string
since NullableDateTime
sparse bool
targetObject StatementTarget
until NullableDateTime
verb string

공개 메소드들

메소드 설명
StatementQueryObject ( ) : System
ToNameValueCollection ( TCAPIVersion version ) : NameValueCollection

Transforms the Query object into a NameValueCollection, which will be transformed into a query string.

메소드 상세

StatementQueryObject() 공개 메소드

public StatementQueryObject ( ) : System
리턴 System

ToNameValueCollection() 공개 메소드

Transforms the Query object into a NameValueCollection, which will be transformed into a query string.
public ToNameValueCollection ( TCAPIVersion version ) : NameValueCollection
version TCAPIVersion The TCAPI Version to serialize the statement as.
리턴 System.Collections.Specialized.NameValueCollection

프로퍼티 상세

actor 보호되어 있는 프로퍼티

protected Actor,RusticiSoftware.TinCanAPILibrary.Model actor
리턴 RusticiSoftware.TinCanAPILibrary.Model.Actor

ascending 보호되어 있는 프로퍼티

protected bool ascending
리턴 bool

authoritative 보호되어 있는 프로퍼티

protected bool authoritative
리턴 bool

context 보호되어 있는 프로퍼티

protected bool context
리턴 bool

continueToken 보호되어 있는 프로퍼티

protected string continueToken
리턴 string

historical 보호되어 있는 프로퍼티

protected bool historical
리턴 bool

instructor 보호되어 있는 프로퍼티

protected Actor,RusticiSoftware.TinCanAPILibrary.Model instructor
리턴 RusticiSoftware.TinCanAPILibrary.Model.Actor

limit 보호되어 있는 프로퍼티

protected int limit
리턴 int

registration 보호되어 있는 프로퍼티

protected string registration
리턴 string

since 보호되어 있는 프로퍼티

protected NullableDateTime since
리턴 NullableDateTime

sparse 보호되어 있는 프로퍼티

protected bool sparse
리턴 bool

targetObject 보호되어 있는 프로퍼티

protected StatementTarget,RusticiSoftware.TinCanAPILibrary.Model targetObject
리턴 StatementTarget

until 보호되어 있는 프로퍼티

protected NullableDateTime until
리턴 NullableDateTime

verb 보호되어 있는 프로퍼티

protected string verb
리턴 string