Class Xfn1FunctionDto
Data transfer object class for serialization of a ATLAS 9 function.
Inheritance
Namespace: MESL.SqlRace.Domain.Functions.Persistence
Assembly: MESL.SqlRace.Domain.dll
Syntax
public sealed class Xfn1FunctionDto : Object, IXfnFunctionDto
Constructors
Xfn1FunctionDto()
Initializes a new instance of the Xfn1FunctionDto class.
Declaration
public Xfn1FunctionDto()
Properties
CalculateOverWholeSession
Whether to calculate over the whole session.
Declaration
public bool CalculateOverWholeSession { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
CalculationModeInfo
The calculation mode.
Declaration
public CalculationModeInfoDto CalculationModeInfo { get; set; }
Property Value
Type | Description |
---|---|
CalculationModeInfoDto | The calculation mode information. |
FunctionDefinition
The function definition.
Declaration
public string FunctionDefinition { get; set; }
Property Value
Type | Description |
---|---|
System.String | The function definition. |
FunctionDefinitionCdata
Gets or sets the function definition, wrapped as a CDATA section.
Declaration
public XmlCDataSection FunctionDefinitionCdata { get; set; }
Property Value
Type | Description |
---|---|
System.Xml.XmlCDataSection | An XmlCDataSection containing the function definition. |
FunctionMode
The function mode.
Declaration
public string FunctionMode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The function mode. |
InterpolateBetweenSamples
Whether to interpolate between samples.
Declaration
public bool InterpolateBetweenSamples { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
JoinGapsAroundNull
Whether to join gaps around null.
Declaration
public bool JoinGapsAroundNull { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Namespaces
Gets the namespaces.
Declaration
public XmlSerializerNamespaces Namespaces { get; }
Property Value
Type | Description |
---|---|
System.Xml.Serialization.XmlSerializerNamespaces | The namespaces. |
ParamDescription
The parameter description.
Declaration
public string ParamDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The parameter description. |
ParamDescriptionCdata
The parameter description, wrapped as a CDATA section.
Declaration
public XmlCDataSection ParamDescriptionCdata { get; set; }
Property Value
Type | Description |
---|---|
System.Xml.XmlCDataSection | An XmlCDataSection containing the parameter description. |
ParamDisplayMax
The parameter display maximum.
Declaration
public string ParamDisplayMax { get; set; }
Property Value
Type | Description |
---|---|
System.String | The parameter display maximum. |
ParamDisplayMin
The parameter display minimum.
Declaration
public string ParamDisplayMin { get; set; }
Property Value
Type | Description |
---|---|
System.String | The parameter display minimum. |
ParamFormat
The parameter format.
Declaration
public string ParamFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String | The parameter format. |
ParamName
The parameter name.
Declaration
public string ParamName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the parameter. |
ParamUnits
The parameter units.
Declaration
public string ParamUnits { get; set; }
Property Value
Type | Description |
---|---|
System.String | The parameter units. |
StoreInSession
Whether to store in session.
Declaration
public bool StoreInSession { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
Equals(Object)
Determines whether the specified System.Object, is equal to this instance.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | The System.Object to compare with this instance. |
Returns
Type | Description |
---|---|
System.Boolean |
|
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |