C# Class SobekCM_Resource_Database.SobekCM_Item_Database.Save_Item_Args

Stores the arguments from saving a bibliographic item to the SobekCM databse
Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application

Méthodes publiques

Свойство Type Description
Existing bool
ItemID int
New_VID string

Méthodes publiques

Méthode Description
Save_Item_Args ( int ItemID, bool Existing, string New_VID ) : System

Constructor for a new instance of the Save_Item_Args class

Method Details

Save_Item_Args() public méthode

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
Résultat System

Property Details

Existing public_oe property

TRUE if this item already existed, FALSE otherwise
public bool Existing
Résultat bool

ItemID public_oe property

Item ID for this item
public int ItemID
Résultat int

New_VID public_oe property

New VID for this item
public string New_VID
Résultat string