ResultBaseTMostDerived Class | |
This class is not intended to be referenced in your code.
Inheritance Hierarchy
Namespace: Lawo.EmberPlusSharp.ModelAssembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax public abstract class ResultBase<TMostDerived> : IResult
where TMostDerived : ResultBase<TMostDerived>
Type Parameters
- TMostDerived
- The most-derived subtype of this class.
The ResultBaseTMostDerived type exposes the following members.
Properties
| Name | Description |
---|
| Items | Gets the items in the result. |
TopMethods
| Name | Description |
---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
TopRemarks Provides the common implementation for all results of functions in the object tree accessible through
Consumer<TRoot>.Root.
Thread Safety Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also Inheritance Hierarchy SystemObject Lawo.EmberPlusSharp.ModelResultBaseTMostDerived Lawo.EmberPlusSharp.ModelResult Lawo.EmberPlusSharp.ModelResultT1 Lawo.EmberPlusSharp.ModelResultT1, T2 Lawo.EmberPlusSharp.ModelResultT1, T2, T3 Lawo.EmberPlusSharp.ModelResultT1, T2, T3, T4 Lawo.EmberPlusSharp.ModelResultT1, T2, T3, T4, T5 Lawo.EmberPlusSharp.ModelResultT1, T2, T3, T4, T5, T6