zeitgeist-sharp : Zeitgeist.Datamodel Namespace

EventInterpretationType Class

The type which contains the heirarchy of EventInterpretation

public class EventInterpretationType

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

[read-only]
AcceptEvent NameUri . Event triggered when the user accepts a request of some sort. Examples could be answering a phone call, accepting a file transfer, or accepting a friendship request over an IM protocol. See also DenyEvent for when the user denies a similar request
[read-only]
AccessEvent NameUri . Event triggered by opening, accessing, or starting a resource. Most zg:AccessEvents will have an accompanying zg:LeaveEvent, but this need not always be the case. (Display name: 'ACCESS_EVENT')
[read-only]
CreateEvent NameUri . Event type triggered when an item is created. (Display name: 'Created')
[read-only]
DeleteEvent NameUri . Event triggered because a resource has been deleted or otherwise made permanently unavailable. Fx. when deleting a file. FIXME: How about when moving to trash?. (Display name: 'DELETE_EVENT')
[read-only]
DenyEvent NameUri . Event triggered when the user accepts a request of some sort. Examples could be answering a phone call, accepting a file transfer, or accepting a friendship request over an IM protocol. See also DenyEvent for when the user denies a similar request
[read-only]
EventInterpretation NameUri . Base class for event interpretations. Please do no instantiate directly, but use one of the sub classes. The interpretation of an event describes ‘what happened’ - fx. ‘something was created’ or ‘something was accessed’. (Display name: 'EVENT_INTERPRETATION')
[read-only]
ExpireEvent NameUri . Event triggered when something expires or times out. These types of events are normally not triggered by the user, but by the operating system or some external party. Examples are a recurring calendar item or task deadline that expires or a when the user fails
[read-only]
LeaveEvent NameUri . Event triggered by closing, leaving, or stopping a resource. Most zg:LeaveEvents will be following a zg:Access event, but this need not always be the case. (Display name: 'LEAVE_EVENT')
[read-only]
ModifyEvent NameUri . Event triggered by modifying an existing resources. Fx. when editing and saving a file on disk or correcting a typo in the name of a contact. (Display name: 'MODIFY_EVENT')
[read-only]
MoveEvent NameUri . Event triggered when a resource has been moved from a location to another. Fx. moving a file from a folder to another.
[read-only]
ReceiveEvent NameUri . Event triggered when something is received from an external party. The event manifestation must be set according to the world view of the receiving party. Most often the item that is being received will be some sort of message - an email, instant message, or broadcasted media such as micro blogging. (Display name: 'RECEIVE_EVENT')
[read-only]
SendEvent NameUri . Event triggered when something is send to an external party. The event manifestation must be set according to the world view of the sending party. Most often the item that is being send will be some sort of message - an email, instant message, or broadcasted media such as micro blogging. (Display name: 'SEND_EVENT')

Public Methods

Search (string) : NameUri
Documentation for this section has not yet been entered.

Member Details

EventInterpretationType Constructor

Documentation for this section has not yet been entered.

public EventInterpretationType ()

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

AcceptEvent Property

Event triggered when the user accepts a request of some sort. Examples could be answering a phone call, accepting a file transfer, or accepting a friendship request over an IM protocol. See also DenyEvent for when the user denies a similar request

public NameUri AcceptEvent { get; }

Value

Documentation for this section has not yet been entered.

Remarks

http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#AcceptEvent

Requirements

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

AccessEvent Property

Event triggered by opening, accessing, or starting a resource. Most zg:AccessEvents will have an accompanying zg:LeaveEvent, but this need not always be the case. (Display name: 'ACCESS_EVENT')

public NameUri AccessEvent { get; }

Value

Documentation for this section has not yet been entered.

Remarks

http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#AccessEvent

Requirements

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

CreateEvent Property

Event type triggered when an item is created. (Display name: 'Created')

public NameUri CreateEvent { get; }

Value

Documentation for this section has not yet been entered.

Remarks

http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#CreateEvent

Requirements

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

DeleteEvent Property

Event triggered because a resource has been deleted or otherwise made permanently unavailable. Fx. when deleting a file. FIXME: How about when moving to trash?. (Display name: 'DELETE_EVENT')

public NameUri DeleteEvent { get; }

Value

Documentation for this section has not yet been entered.

Remarks

http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#DeleteEvent

Requirements

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

DenyEvent Property

Event triggered when the user accepts a request of some sort. Examples could be answering a phone call, accepting a file transfer, or accepting a friendship request over an IM protocol. See also DenyEvent for when the user denies a similar request

public NameUri DenyEvent { get; }

Value

Documentation for this section has not yet been entered.

Remarks

http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#DenyEvent

Requirements

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

EventInterpretation Property

Base class for event interpretations. Please do no instantiate directly, but use one of the sub classes. The interpretation of an event describes ‘what happened’ - fx. ‘something was created’ or ‘something was accessed’. (Display name: 'EVENT_INTERPRETATION')

public NameUri EventInterpretation { get; }

Value

Documentation for this section has not yet been entered.

Remarks

http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#EventInterpretation

Requirements

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

ExpireEvent Property

Event triggered when something expires or times out. These types of events are normally not triggered by the user, but by the operating system or some external party. Examples are a recurring calendar item or task deadline that expires or a when the user fails

public NameUri ExpireEvent { get; }

Value

Documentation for this section has not yet been entered.

Remarks

http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#ExpireEvent

Requirements

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

LeaveEvent Property

Event triggered by closing, leaving, or stopping a resource. Most zg:LeaveEvents will be following a zg:Access event, but this need not always be the case. (Display name: 'LEAVE_EVENT')

public NameUri LeaveEvent { get; }

Value

Documentation for this section has not yet been entered.

Remarks

http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#LeaveEvent

Requirements

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

ModifyEvent Property

Event triggered by modifying an existing resources. Fx. when editing and saving a file on disk or correcting a typo in the name of a contact. (Display name: 'MODIFY_EVENT')

public NameUri ModifyEvent { get; }

Value

Documentation for this section has not yet been entered.

Remarks

http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#ModifyEvent

Requirements

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

MoveEvent Property

Event triggered when a resource has been moved from a location to another. Fx. moving a file from a folder to another.

public NameUri MoveEvent { get; }

Value

Documentation for this section has not yet been entered.

Remarks

http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#MoveEvent

Requirements

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

ReceiveEvent Property

Event triggered when something is received from an external party. The event manifestation must be set according to the world view of the receiving party. Most often the item that is being received will be some sort of message - an email, instant message, or broadcasted media such as micro blogging. (Display name: 'RECEIVE_EVENT')

public NameUri ReceiveEvent { get; }

Value

Documentation for this section has not yet been entered.

Remarks

http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#ReceiveEvent

Requirements

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

Search Method

Documentation for this section has not yet been entered.

public NameUri Search (string interpretation)

Parameters

interpretation
Documentation for this section has not yet been entered.

Returns

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

SendEvent Property

Event triggered when something is send to an external party. The event manifestation must be set according to the world view of the sending party. Most often the item that is being send will be some sort of message - an email, instant message, or broadcasted media such as micro blogging. (Display name: 'SEND_EVENT')

public NameUri SendEvent { get; }

Value

Documentation for this section has not yet been entered.

Remarks

http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#SendEvent

Requirements

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