/ Assembly List / LJCAppManagerDAL / AppUser

Namespace - LJCAppManagerDAL


Syntax

C#
public class AppUser : IComparable<AppUser>

The AppManagerUser 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
ChangedNames Gets a reference to the ChangedNames list.
ID Gets or sets the ID value.
Name Gets or sets the Name value.
UserID Gets or sets the UserID value.

Fields
ColumnID The ID column name.
ColumnName The Name column name.
ColumnUserID The UserID column name.
LengthName The Name maximum length.
LengthUserID The UserID maximum length.
PropertyID The ID column name.
PropertyUserID The UserID property name.
TableName The table name value.

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