C# Класс RusticiSoftware.TinCanAPILibrary.Model.StatementQueryObject

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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