RecroGridRGState Class

RecroGrid Status

Definition

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

Properties

ChildWhere Gets the child where.
EntityId Gets the RGEntity identifier.
FixFilter Gets the fix filter.
FixWhere Gets the fix where.
GridId Gets the RecroGrid identifier.
IsDummy Gets a value indicating whether this instance is dummy.
ObjectContextType Gets the type of the object context.
ParentKey Gets the parent key.
ParentRGEntityId Gets the parent RecroGrid entity identifier.
ParentRGPropertyId Gets the parent RecroGrid property identifier.

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