C# 클래스 SobekCM_Resource_Database.SobekCM_Item_Database.Save_Item_Group_Args

Stores the arguments from saving an item group to the SobekCM databse
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 프로퍼티들

프로퍼티 타입 설명
GroupID int
Is_New bool
New_BibID string

공개 메소드들

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

메소드 상세

Save_Item_Group_Args() 공개 메소드

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

프로퍼티 상세

GroupID 공개적으로 프로퍼티

Group ID for this item group / title
public int GroupID
리턴 int

Is_New 공개적으로 프로퍼티

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

New_BibID 공개적으로 프로퍼티

New BibID for this item group / title
public string New_BibID
리턴 string