C# 클래스 SobekCM.Core.BriefItem.BriefItem_UserTag

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

BriefItem_UserTag() 공개 메소드

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

BriefItem_UserTag() 공개 메소드

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
리턴 System