Class PlainTcoAoStatus
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoAoStatus
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: TcoElementsConnector.dll
Syntax
public class PlainTcoAoStatus : INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoAoStatus()
Declaration
public PlainTcoAoStatus()
Fields
|
Improve this Doc
View Source
_RawRange
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
_RealRange
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
_Unscaled
Declaration
Field Value
Type |
Description |
System.Single |
|
Properties
|
Improve this Doc
View Source
RawRange
Declaration
public float RawRange { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
RealRange
Declaration
public float RealRange { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Unscaled
Declaration
public float Unscaled { get; set; }
Property Value
Type |
Description |
System.Single |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoAoStatus)
Declaration
public void CopyCyclicToPlain(ITcoAoStatus source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoAoStatus)
Declaration
public void CopyCyclicToPlain(TcoAoStatus source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoAoStatus)
Declaration
public void CopyPlainToCyclic(ITcoAoStatus target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoAoStatus)
Declaration
public void CopyPlainToCyclic(TcoAoStatus target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoAoStatus)
Declaration
public void CopyPlainToShadow(IShadowTcoAoStatus target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoAoStatus)
Declaration
public void CopyPlainToShadow(TcoAoStatus target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoAoStatus)
Declaration
public void CopyShadowToPlain(IShadowTcoAoStatus source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoAoStatus)
Declaration
public void CopyShadowToPlain(TcoAoStatus source)
Parameters
Events
|
Improve this Doc
View Source
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain