Click or drag to resize
ResultBaseTMostDerived Class
This class is not intended to be referenced in your code.
Inheritance Hierarchy
SystemObject
  Lawo.EmberPlusSharp.ModelResultBaseTMostDerived
    More...

Namespace: Lawo.EmberPlusSharp.Model
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
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
  NameDescription
Public propertyItems
Gets the items in the result.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
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