ChoonMLLib - class library to access and convert ChoonML files

ConvertParam Members

ConvertParam overview

Public Instance Constructors

ConvertParam Constructor Public constructor, parameters define a conversion parameter.

Public Instance Properties

Desc The text description of this param.
HasValue True if the parameter takes a value
IsPresent Set by the converters consumer application of a parameter is present.
ParamChar The command line character for this param.
Value The value of the parameter, set by the converters consumer application.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

ConvertParam Class | ChoonConvert Namespace