C# Class SobekCM.Core.BriefItem.BriefItem_UserTag

ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

BriefItem_UserTag() public method

Constructor for a new instance of the BriefItem_UserTag class
This is an empty constructor for serialization/deserialization purposes
public BriefItem_UserTag ( ) : System
return System

BriefItem_UserTag() public method

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