Table of Contents

Class RowState

Namespace
The.Persistence
Assembly
Instagile.dll
public sealed class RowState
Inheritance
RowState
Inherited Members

Properties

IsCancelled

public bool IsCancelled { get; }

Property Value

bool

IsChanged

public bool IsChanged { get; }

Property Value

bool

IsNew

public bool IsNew { get; }

Property Value

bool

IsNotNew

public bool IsNotNew { get; }

Property Value

bool

IsNotNull

public bool IsNotNull { get; }

Property Value

bool

IsNull

public bool IsNull { get; }

Property Value

bool

Methods

Cloned(RowState)

public static RowState Cloned(RowState other)

Parameters

other RowState

Returns

RowState

CopyFrom(RowState)

public void CopyFrom(RowState other)

Parameters

other RowState

Creating()

public static RowState Creating()

Returns

RowState

Delete()

public void Delete()

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

Loaded()

public static RowState Loaded()

Returns

RowState

Store()

public void Store()

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

Undelete()

public void Undelete()