Resource

Resource class

The base abstract class of Xlink with Resource type.

public abstract class Resource : Xlink

Constructors

NameDescription
Resource()Initializes a new instance of Resource class.

Properties

NameDescription
Id { get; set; }Gets or sets the id of the resource.
Label { get; set; }Gets or sets the label of the resource.
Role { get; set; }Gets or sets the role of the resource.
Title { get; set; }Gets or sets the title of the resource.
Type { get; }Gets the link type.

See Also