Class FormClassification
Forms can be classified (optionally) by instrument and/or theme.
public class FormClassification
- Inheritance
-
FormClassification
- Inherited Members
- Extension Methods
Constructors
FormClassification()
public FormClassification()
Properties
Instrument
public string Instrument { get; set; }
Property Value
Theme
public string Theme { get; set; }
Property Value
Methods
Clone()
public FormClassification Clone()