Class BindingArchetypeData
- Namespace
- Coherence.Toolkit
- Assembly
- Coherence.Toolkit.dll
public class BindingArchetypeData
- Inheritance
-
BindingArchetypeData
Constructors
public BindingArchetypeData(SchemaType type, Type valueType, bool isMethod)
Parameters
type
SchemaType
valueType
Type
isMethod
bool
Fields
public readonly bool IsMethod
Field Value
- bool
protected List<BindingLODStepData> fields
Field Value
- List<BindingLODStepData>
Field Value
- long
Field Value
- long
protected float sampleRate
Field Value
- float
protected SchemaType type
Field Value
- SchemaType
Properties
public List<BindingLODStepData> Fields { get; }
Property Value
- List<BindingLODStepData>
public long MaxRange { get; }
Property Value
- long
public long MinRange { get; }
Property Value
- long
public float SampleRate { get; }
Property Value
- float
public SchemaType SchemaType { get; }
Property Value
- SchemaType
public ulong TotalRange { get; }
Property Value
- ulong
Methods
public int GetTotalBitsOfLOD(int lodStep)
Parameters
lodStep
int
Returns
- int