C# 클래스 SobekCM_Resource_Database.SobekCM_Item_Database.Save_Item_Args

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

공개 프로퍼티들

프로퍼티 타입 설명
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