/ Assembly List / LJCFacilityManagerDAL / Account

Namespace - LJCFacilityManagerDAL


Syntax

C#
public class Account

The Account table Data record.

Public Methods
#ctor Initializes an object instance.
Clone Clones the structure of the object.
CompareTo Provides the default Sort functionality.
ToString The object string identifier.
4 Methods

Properties
BusinessID Gets or sets the BusinessID value.
ChangedNames Gets a reference to the ChangedNames list.
Description Gets or sets the Description value.
EffectiveDate Gets or sets the EffectiveDate value.
ExpirationDate Gets or sets the ExpirationDate value.
GroupNumber Gets or sets the GroupNumber value.
ID Gets or sets the ID value.
IDNumber Gets or sets the IDNumber value.
Name Gets or sets the Name join value.
PersonID Gets or sets the PersonID value.
PlanNumber Gets or sets the PlanNumber value.

Fields
ColumnBusinessID The Business ID column name.
ColumnBusinessName The BusinessName join column name.
ColumnDescription The Description column name.
ColumnEffectiveDate The Effective Date column name.
ColumnExpirationDate The Expiration Date column name.
ColumnGroupNumber The Group Number column name.
ColumnID The ID column name.
ColumnIDNumber The ID Number column name.
ColumnPersonID The Person ID column name.
ColumnPlanNumber The Plan Number column name.
LengthDescription The Description maximum length.
LengthGroupNumber The GroupNumber maximum length.
LengthIDNumber The IDNumber maximum length.
LengthPlanNumber The PlanNumber maximum length.
TableName The table name.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.