C# Класс SobekCM.Core.BriefItem.BriefItem_UserTag

Показать файл Открыть проект Примеры использования класса

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