zeitgeist-sharp : Zeitgeist.Datamodel Namespace

NameUri Class

The type which holds a pair of values. The pair is Name and Uri

public class NameUri

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.
Documentation for this section has not yet been entered.

Public Properties

Name string . The name associated with this container type
Uri string . The Uri associated with this container type

Member Details

NameUri Constructor

Documentation for this section has not yet been entered.

public NameUri ()

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

NameUri Constructor

Documentation for this section has not yet been entered.

public NameUri (string name, string uri)

Parameters

name
Documentation for this section has not yet been entered.
uri
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

Name Property

The name associated with this container type

public string Name { 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

The Uri associated with this container type

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