| Lawo.EmberPlusSharp.Model Namespace |
| Class | Description | |
|---|---|---|
| BooleanParameter | Represents a boolean parameter in the object tree accessible through
Consumer<TRoot>.Root. | |
| CollectionNodeTElement | Represents a node containing an unbounded number of identically-typed elements in the object tree
accessible through Consumer<TRoot>.Root. | |
| CollectionNodeTMostDerived, TElement | Represents a node containing an unbounded number of mostly identically-typed elements in the object
tree accessible through Consumer<TRoot>.Root. | |
| ConsumerTRoot | Implements an Ember+ consumer that communicates with an Ember+ provider as specified in the
"Ember+ Specification"[1]
. | |
| DynamicFieldNodeTMostDerived | Represents a node containing dynamic and optional static elements in the object tree accessible through
Consumer<TRoot>.Root. | |
| DynamicMatrixTMostDerived | Represents a matrix with dynamic and optional static children in the object tree accessible
through Consumer<TRoot>.Root. | |
| DynamicMatrixBaseTMostDerived | This API is not intended to be used directly from your code. | |
| DynamicNodeBaseTMostDerived | This API is not intended to be used directly from your code. | |
| DynamicRootTMostDerived | Represents the root containing dynamic and optional static elements in the object tree accessible
through Consumer<TRoot>.Root. | |
| Element | This class is not intended to be referenced in your code. | |
| ElementTMostDerived | This API is not intended to be used directly from your code. | |
| ElementAttribute | Provides additional information for a property representing an element in the object tree accessible
through Consumer<TRoot>.Root. | |
| ElementWithSchemasTMostDerived | This class is not intended to be referenced in your code. | |
| EnumParameterTEnum | Represents an enum parameter in the object tree accessible through
Consumer<TRoot>.Root. | |
| FieldNodeTMostDerived | Represents a node containing a number of static elements in the object tree accessible through
Consumer<TRoot>.Root. | |
| FunctionTResult | Represents a function accepting zero arguments in the object tree accessible through
Consumer<TRoot>.Root. | |
| FunctionT1, TResult | Represents a function accepting one argument in the object tree accessible through
Consumer<TRoot>.Root. | |
| FunctionT1, T2, TResult | Represents a function accepting two arguments in the object tree accessible through
Consumer<TRoot>.Root. | |
| FunctionT1, T2, T3, TResult | Represents a function accepting three arguments in the object tree accessible through
Consumer<TRoot>.Root. | |
| FunctionT1, T2, T3, T4, TResult | Represents a function accepting four arguments in the object tree accessible through
Consumer<TRoot>.Root. | |
| FunctionT1, T2, T3, T4, T5, TResult | Represents a function accepting five arguments in the object tree accessible through
Consumer<TRoot>.Root. | |
| FunctionT1, T2, T3, T4, T5, T6, TResult | Represents a function accepting six arguments in the object tree accessible through
Consumer<TRoot>.Root. | |
| FunctionBaseTMostDerived | This API is not intended to be used directly from your code. | |
| IntegerParameter | Represents an integer parameter in the object tree accessible through
Consumer<TRoot>.Root. | |
| InvocationFailedException | The exception that is thrown when the invocation of a function fails. | |
| MatrixTMostDerived | Represents a matrix with optional static children in the object tree accessible
through Consumer<TRoot>.Root. | |
| MatrixLabels | Represents a label set of a matrix. | |
| MatrixParametersTTarget, TSource, TConnection | Represents the parameters of a matrix. | |
| ModelException | The exception that is thrown when a model-related error occurs. | |
| NodeTMostDerived | This class is not intended to be referenced in your code. | |
| NodeBaseTMostDerived | This API is not intended to be used directly from your code. | |
| NullableBooleanParameter | Represents a nullable boolean parameter in the object tree accessible through
Consumer<TRoot>.Root. | |
| NullableEnumParameterTEnum | Represents a nullable enum parameter in the object tree accessible through
Consumer<TRoot>.Root. | |
| NullableIntegerParameter | Represents a nullable integer parameter in the object tree accessible through
Consumer<TRoot>.Root. | |
| NullableNumericParameterTMostDerived, TValue | This class is not intended to be referenced in your code. | |
| NullableOctetstringParameter | Represents a nullable octet string parameter in the object tree accessible through
Consumer<TRoot>.Root. | |
| NullableParameterTMostDerived, TValue | This class is not intended to be referenced in your code. | |
| NullableRealParameter | Represents a nullable real parameter in the object tree accessible through
Consumer<TRoot>.Root. | |
| NullableStringParameter | Represents a nullable string parameter in the object tree accessible through
Consumer<TRoot>.Root. | |
| NumericParameterTMostDerived, TValue | This class is not intended to be referenced in your code. | |
| OctetstringParameter | Represents an octet string parameter in the object tree accessible through
Consumer<TRoot>.Root. | |
| ParameterTMostDerived, TValue | This API is not intended to be used directly from your code. | |
| ParameterBaseTMostDerived, TValue | This class is not intended to be referenced in your code. | |
| RealParameter | Represents a real parameter in the object tree accessible through
Consumer<TRoot>.Root. | |
| ReferenceParameterTMostDerived, TValue | This class is not intended to be referenced in your code. | |
| Result | Represents a function result with no components. | |
| ResultT1 | Represents a function result with a single component. | |
| ResultT1, T2 | Represents a function result with 2 components. | |
| ResultT1, T2, T3 | Represents a function result with 3 components. | |
| ResultT1, T2, T3, T4 | Represents a function result with 4 components. | |
| ResultT1, T2, T3, T4, T5 | Represents a function result with 5 components. | |
| ResultT1, T2, T3, T4, T5, T6 | Represents a function result with 6 components. | |
| ResultBaseTMostDerived | This class is not intended to be referenced in your code. | |
| RootTMostDerived | Represents a root object containing a number of static elements accessible through
Consumer<TRoot>.Root. | |
| StaticFunctionTMostDerived | This API is not intended to be used directly from your code. | |
| StringParameter | Represents a string parameter in the object tree accessible through
Consumer<TRoot>.Root. | |
| ValueParameterTMostDerived, TValue | This class is not intended to be referenced in your code. |
| Structure | Description | |
|---|---|---|
| MatrixLabel | Represents a matrix label entry. | |
| StreamDescription | Describes the format and the offset of a value in a stream. |
| Interface | Description | |
|---|---|---|
| IElement | Provides the common interface for all elements in the object tree accessible through
Consumer<TRoot>.Root. | |
| IElementWithSchemas | Provides the common interface for all elements with schemas in the object tree accessible through
Consumer<TRoot>.Root. | |
| IFunction | Provides the common interface for all functions in the object tree accessible through
Consumer<TRoot>.Root. | |
| IMatrix | Provides the common interface for all matrices in the object tree accessible through
Consumer<TRoot>.Root. | |
| INode | Provides the common interface for all nodes in the object tree accessible through
Consumer<TRoot>.Root. | |
| IParameter | Provides the common interface for all parameters in the object tree accessible through
Consumer<TRoot>.Root. | |
| IResult | Provides the common interface for all results of functions in the object tree accessible through
Consumer<TRoot>.Root. |
| Enumeration | Description | |
|---|---|---|
| ChildrenRetrievalPolicy | Represents the policy how children for a given node should be retrieved from the provider. | |
| ParameterAccess | Indicates how a parameter can be accessed. | |
| ParameterType | Indicates the value type of a parameter. | |
| StreamFormat | Indicates the format of a value in a stream. |