Property | Type | Description |
---|
Method | Description | |
---|---|---|
BriefItem_UserTag ( ) : System |
Constructor for a new instance of the BriefItem_UserTag class This is an empty constructor for serialization/deserialization purposes |
|
BriefItem_UserTag ( int UserID, string UserName, string Description_Tag, System.DateTime Date_Added, int TagID ) : System |
Constructor for a new instance of the BriefItem_UserTag class
|
public BriefItem_UserTag ( int UserID, string UserName, string Description_Tag, System.DateTime Date_Added, int TagID ) : System | ||
UserID | int | Primary key for the user who entered this tag |
UserName | string | Name of the user ( Last Name, Firt Name ) |
Description_Tag | string | Text of the user-entered descriptive tag |
Date_Added | System.DateTime | Date the tag was added or last modified |
TagID | int | Primary key for this tag from the database |
return | System |