Class RowState
- Namespace
- The.Persistence
- Assembly
- Instagile.dll
public sealed class RowState
- Inheritance
-
RowState
- Inherited Members
Properties
IsCancelled
public bool IsCancelled { get; }
Property Value
IsChanged
public bool IsChanged { get; }
Property Value
IsNew
public bool IsNew { get; }
Property Value
IsNotNew
public bool IsNotNew { get; }
Property Value
IsNotNull
public bool IsNotNull { get; }
Property Value
IsNull
public bool IsNull { get; }
Property Value
Methods
Cloned(RowState)
public static RowState Cloned(RowState other)
Parameters
otherRowState
Returns
CopyFrom(RowState)
public void CopyFrom(RowState other)
Parameters
otherRowState
Creating()
public static RowState Creating()
Returns
Delete()
public void Delete()
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current object.
Returns
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
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()