Click or drag to resize

FitparameterCollection Class

Defines a collection of Fitparameter objects.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionFitparameter
    RelaxIS_SDK.CommonFitparameterCollection

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class FitparameterCollection : Collection<Fitparameter>, 
	IXmlSerializable

The FitparameterCollection type exposes the following members.

Constructors
 NameDescription
Public methodFitparameterCollectionInitializes a new instance of the FitparameterCollection class
Top
Methods
 NameDescription
Public methodAddRange Add a list of objects to the collection.
Public methodGetSchemaThis method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return ( in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class.
Public methodReadXmlGenerates an object from its XML representation.
Public methodWriteXmlConverts an object into its XML representation.
Top
See Also