RGObjectParameter Class

This class represents a query parameter at the object layer, which consists of a Name, a Type and a Value.

Definition

Namespace: Recrovit.RecroGridFramework.Data
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
C#
[SerializableAttribute]
public sealed class RGObjectParameter
Inheritance
Object    RGObjectParameter

Constructors

RGObjectParameter Initializes a new instance of the RGObjectParameter class with the specified name and value.

Properties

NameGets the parameter name, which can only be set through a constructor.
ParameterTypeGets the parameter type.
ValueGets or sets the parameter value.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also