Show / Hide Table of Contents

Class DataRelation

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

Constructors

DataRelation()

Declaration
public DataRelation()

DataRelation(DataRelation)

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

Properties

ChildColumn

Declaration
public string ChildColumn { get; set; }
Property Value
Type Description
string

ChildTable

Declaration
public string ChildTable { get; set; }
Property Value
Type Description
string

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

ParentColumn

Declaration
public string ParentColumn { get; set; }
Property Value
Type Description
string

ParentTable

Declaration
public string ParentTable { get; set; }
Property Value
Type Description
string

Methods

Equals(DataRelation)

Declaration
public bool Equals(DataRelation compare)
Parameters
Type Name Description
DataRelation 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