AlgorithmParameter Class

Definition

This class defines the mining model flag.

[System.Runtime.InteropServices.Guid("43F3DB34-4346-4848-BB4B-5C329A656E19")]
public sealed class AlgorithmParameter : ICloneable
[<System.Runtime.InteropServices.Guid("43F3DB34-4346-4848-BB4B-5C329A656E19")>]
type AlgorithmParameter = class
    interface ICloneable
Public NotInheritable Class AlgorithmParameter
Implements ICloneable
Inheritance
AlgorithmParameter
Attributes
Implements

Remarks

Need to derive from ModelComponent base so that the collection can be browsed.

Constructors

AlgorithmParameter()

This empty constructor is requried by the XML serializer. THe XML serializer will throw an exception without it.

AlgorithmParameter(String, Object)

Constructor to initialize internal fields

Properties

Name

Get/Set the Name property for this mining model flag.

Value

Get/Set the FlagValue property for this mining model flag.

Methods

Clone()

Returns a clone of the object.

CopyTo(AlgorithmParameter)

Copies the content of this object to another object (the destination).

Explicit Interface Implementations

ICloneable.Clone()

Applies to