ValueExpressionScopeBaseT Class

Represent a base class used for providing contextual scope when evaluating instances of the ValueExpressionAttributeBase.

Definition

Namespace: Gemstone.Expressions.Model
Assembly: Gemstone.Expressions (in Gemstone.Expressions.dll) Version: 1.0.128 -- Release Build+cfed08c7efcabf54b006110ecd862a6bfcb7b819
public abstract class ValueExpressionScopeBase<T> : IValueExpressionScope<T>
where T : class
Inheritance
Object    ValueExpressionScopeBaseT
Implements
IValueExpressionScopeT

Type Parameters

T
Type of associated model.

Remarks

This class should be extended with public instance fields that will be automatically exposed to ValueExpressionAttributeBase expressions.

Constructors

ValueExpressionScopeBaseTInitializes a new instance of the ValueExpressionScopeBaseT class

Properties

Instance Gets or sets the current T instance.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also