C# Class RusticiSoftware.TinCanAPILibrary.Model.StatementQueryObject

Afficher le fichier Open project: RusticiSoftware/TinCanAPILibraryCSharp Class Usage Examples

Protected Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
StatementQueryObject ( ) : System
ToNameValueCollection ( TCAPIVersion version ) : NameValueCollection

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

Method Details

StatementQueryObject() public méthode

public StatementQueryObject ( ) : System
Résultat System

ToNameValueCollection() public méthode

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.
Résultat System.Collections.Specialized.NameValueCollection

Property Details

actor protected_oe property

protected Actor,RusticiSoftware.TinCanAPILibrary.Model actor
Résultat RusticiSoftware.TinCanAPILibrary.Model.Actor

ascending protected_oe property

protected bool ascending
Résultat bool

authoritative protected_oe property

protected bool authoritative
Résultat bool

context protected_oe property

protected bool context
Résultat bool

continueToken protected_oe property

protected string continueToken
Résultat string

historical protected_oe property

protected bool historical
Résultat bool

instructor protected_oe property

protected Actor,RusticiSoftware.TinCanAPILibrary.Model instructor
Résultat RusticiSoftware.TinCanAPILibrary.Model.Actor

limit protected_oe property

protected int limit
Résultat int

registration protected_oe property

protected string registration
Résultat string

since protected_oe property

protected NullableDateTime since
Résultat NullableDateTime

sparse protected_oe property

protected bool sparse
Résultat bool

targetObject protected_oe property

protected StatementTarget,RusticiSoftware.TinCanAPILibrary.Model targetObject
Résultat StatementTarget

until protected_oe property

protected NullableDateTime until
Résultat NullableDateTime

verb protected_oe property

protected string verb
Résultat string