[]
        
(Showing Draft Content)

C1.GanttView.ResourceRef

ResourceRef Class

Specifies the reference to a resource object.

Inheritance
ResourceRef
Implements
Namespace: C1.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
[TypeConverter(typeof(ResourceRefConverter))]
public class ResourceRef : ICloneable

Constructors

Name Description
ResourceRef()

Initializes a new instance of a ResourceRef.

ResourceRef(int, double)

Initializes a new instance of a ResourceRef.

Properties

Name Description
Amount

Gets or sets the amount of the resource that will be spent on this task.

OwnerTask

Gets the owner task.

Resource

Gets or sets a resource for the owner task.

ResourceID

Gets or sets the ID of the resource.

Methods

Name Description
Equals(object)

Determines whether the specified object instances are considered equal.

GetHashCode()