C# Класс SobekCM_Resource_Database.SobekCM_Item_Database.Save_Item_Args

Stores the arguments from saving a bibliographic item to the SobekCM databse
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Existing bool
ItemID int
New_VID string

Открытые методы

Метод Описание
Save_Item_Args ( int ItemID, bool Existing, string New_VID ) : System

Constructor for a new instance of the Save_Item_Args class

Описание методов

Save_Item_Args() публичный Метод

Constructor for a new instance of the Save_Item_Args class
public Save_Item_Args ( int ItemID, bool Existing, string New_VID ) : System
ItemID int Item ID for this item
Existing bool TRUE if this item already existed, FALSE otherwise
New_VID string New VID for this sabed item
Результат System

Описание свойств

Existing публичное свойство

TRUE if this item already existed, FALSE otherwise
public bool Existing
Результат bool

ItemID публичное свойство

Item ID for this item
public int ItemID
Результат int

New_VID публичное свойство

New VID for this item
public string New_VID
Результат string