Skip to main content

Class ForeignKey

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ForeignKey.

Inheritance

objectCarrierForeignKey

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

ForeignKey()

Default constructor - defaults any enum props to 0.

Properties

CreatedBy

Name of the person that created the foreign key

Property Value

string

CreatedDate

Registered when

Property Value

DateTime

Key

Subkey (optional)

Property Value

string

RecordId

Record in the referenced table

Property Value

int

TableName

Table name, transformed to and from numeric table id by the service layer

Property Value

string

UpdatedBy

Name of the person that last updated the foreign key

Property Value

string

UpdatedDate

Last updated when

Property Value

DateTime

Value

Key value

Property Value

string

See Also

ForeignSystemAgent