C# Class SobekCM_Resource_Database.SobekCM_Item_Database.Save_Item_Group_Args

Stores the arguments from saving an item group to the SobekCM databse
Mostrar archivo Open project: MarkVSullivan/SobekCM-Web-Application

Public Properties

Property Type Description
GroupID int
Is_New bool
New_BibID string

Public Methods

Method Description
Save_Item_Group_Args ( int GroupID, string New_BibID, bool Is_New ) : System

Constructor for a new instance of the Save_Item_Group_Args class

Method Details

Save_Item_Group_Args() public method

Constructor for a new instance of the Save_Item_Group_Args class
public Save_Item_Group_Args ( int GroupID, string New_BibID, bool Is_New ) : System
GroupID int GroupID ID for this item group / title
New_BibID string New BibID for this item group / title
Is_New bool Flag indicates if this was a new item group in the database
return System

Property Details

GroupID public_oe property

Group ID for this item group / title
public int GroupID
return int

Is_New public_oe property

Flag indicates if this was a new item group in the database
public bool Is_New
return bool

New_BibID public_oe property

New BibID for this item group / title
public string New_BibID
return string