zeitgeist-sharp : Zeitgeist.Datamodel Namespace

Subject Class

Represents a subject of an Event

public class Subject

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Zeitgeist.Datamodel
Assembly: zeitgeist-sharp (in zeitgeist-sharp.dll)
Assembly Versions: 0.8.0.0

Members

See Also: Inherited members from object.

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

CurrentUri string . The current URI of the event
Interpretation NameUri . Interpretation of the Subject
Manifestation NameUri . Manifestation of the Subject
MimeType string . Containing the mimetype of the subject (encoded as a string) if applicable Ex text/plain
Origin string . URI of the location where the subject resides or where it can be said to originate from
Storage string . string id of the storage medium where the subject is stored. Ex. the UUID of the disk partition or just the string ‘net’ for items requiring network interface to be available
Text string . Free form textual annotation of the subject
Uri string . URI of the subject

Member Details

Subject Constructor

Documentation for this section has not yet been entered.

public Subject ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Zeitgeist.Datamodel
Assembly: zeitgeist-sharp (in zeitgeist-sharp.dll)
Assembly Versions: 0.8.0.0

CurrentUri Property

The current URI of the event

public string CurrentUri { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Zeitgeist.Datamodel
Assembly: zeitgeist-sharp (in zeitgeist-sharp.dll)
Assembly Versions: 0.8.0.0

Interpretation Property

Interpretation of the Subject

public NameUri Interpretation { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Zeitgeist.Datamodel
Assembly: zeitgeist-sharp (in zeitgeist-sharp.dll)
Assembly Versions: 0.8.0.0

Manifestation Property

Manifestation of the Subject

public NameUri Manifestation { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Zeitgeist.Datamodel
Assembly: zeitgeist-sharp (in zeitgeist-sharp.dll)
Assembly Versions: 0.8.0.0

MimeType Property

Containing the mimetype of the subject (encoded as a string) if applicable Ex text/plain

public string MimeType { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Zeitgeist.Datamodel
Assembly: zeitgeist-sharp (in zeitgeist-sharp.dll)
Assembly Versions: 0.8.0.0

Origin Property

URI of the location where the subject resides or where it can be said to originate from

public string Origin { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Zeitgeist.Datamodel
Assembly: zeitgeist-sharp (in zeitgeist-sharp.dll)
Assembly Versions: 0.8.0.0

Storage Property

string id of the storage medium where the subject is stored. Ex. the UUID of the disk partition or just the string ‘net’ for items requiring network interface to be available

public string Storage { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Zeitgeist.Datamodel
Assembly: zeitgeist-sharp (in zeitgeist-sharp.dll)
Assembly Versions: 0.8.0.0

Text Property

Free form textual annotation of the subject

public string Text { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Zeitgeist.Datamodel
Assembly: zeitgeist-sharp (in zeitgeist-sharp.dll)
Assembly Versions: 0.8.0.0

Uri Property

URI of the subject

public string Uri { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Zeitgeist.Datamodel
Assembly: zeitgeist-sharp (in zeitgeist-sharp.dll)
Assembly Versions: 0.8.0.0