OperationCostUnits Class
A general implementation of operation cost units that uses a Int64 value.
Inheritance Hierarchy
System Object
  CrawlerLib.Engine.OperationCost OperationCostBase
    CrawlerLib.Engine.OperationCost OperationCostUnits

Namespace: CrawlerLib.Engine.OperationCost
Assembly: CrawlerLib.Engine (in CrawlerLib.Engine.dll) Version: 2.1.5266.17437 (2.1.5266.17437)
Syntax
public class OperationCostUnits : OperationCostBase, 
	IComparable<OperationCostUnits>

The OperationCostUnits type exposes the following members.

Constructors
  NameDescription
OperationCostUnits 
Initializes a new instance of the OperationCostUnits class.
OperationCostUnits(Int64)
Initializes a new instance of the OperationCostUnits class.
OperationCostUnits(String)
Initializes a new instance of the OperationCostUnits class.
OperationCostUnits(String, Int64)
Initializes a new instance of the OperationCostUnits class.
Top
Methods
  NameDescription
Add
The add.
(Overrides OperationCostBase Add(IOperationCost).)
Clone
Creates a new object that is a copy of the current instance.
(Overrides OperationCostBase Clone .)
CompareTo(Object)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from OperationCostBase.)
CompareTo(IOperationCost)
Compares the current object with another object of the same type.
(Overrides OperationCostBase CompareTo(IOperationCost).)
CompareTo(OperationCostUnits)
Compares the current object with another object of the same type.
Divide (Overrides OperationCostBase Divide(Int64).)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetTypeForKey
The get type for key.
(Inherited from OperationCostBase.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Multiply (Overrides OperationCostBase Multiply(Int64).)
Sub
The sub.
(Overrides OperationCostBase Sub(IOperationCost).)
ToString
Returns a string that represents the current object.
(Overrides OperationCostBase ToString .)
Top
Properties
  NameDescription
Key
Gets the key.
(Inherited from OperationCostBase.)
Name
Gets the name.
(Inherited from OperationCostBase.)
Units
Gets the units.
Top
See Also