Class FunctionalTemplate
Inheritance
FunctionalTemplate
Assembly: AudioAnalysisTools.dll
Syntax
public class FunctionalTemplate
Constructors
|
Improve this Doc
View Source
FunctionalTemplate(TemplateManifest)
Initializes a new instance of the FunctionalTemplate class.
CONSTRUCTOR must initialise the info from the Manifest.
Declaration
public FunctionalTemplate(TemplateManifest templateManifest)
Parameters
Properties
|
Improve this Doc
View Source
Manifest
Declaration
public TemplateManifest Manifest { get; set; }
Property Value
|
Improve this Doc
View Source
MostRecentEdit
Gets or sets the date the functional template was created.
Declaration
public DateTimeOffset MostRecentEdit { get; set; }
Property Value
|
Improve this Doc
View Source
Template
Declaration
public Dictionary<string, double[]> Template { get; set; }
Property Value
Extension Methods