Show / Hide Table of Contents

Class DataRow

Inheritance
object
DataRow
Implements
IEquatable<DataRow>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object, object)
object.ReferenceEquals(object, object)
Namespace: PayrollEngine.Data
Assembly: PayrollEngine.Core.dll
Syntax
public class DataRow : IEquatable<DataRow>

Constructors

DataRow()

Declaration
public DataRow()

DataRow(DataRow)

Declaration
public DataRow(DataRow copySource)
Parameters
Type Name Description
DataRow copySource

Properties

Values

Declaration
public List<string> Values { get; set; }
Property Value
Type Description
List<string>

Methods

Equals(DataRow)

Declaration
public bool Equals(DataRow compare)
Parameters
Type Name Description
DataRow compare
Returns
Type Description
bool

Equals(object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
object.Equals(object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Implements

IEquatable<T>

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX