MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.db.image.DbItem Class Reference

Specifies a database item used when querying boosted items. More...

Public Member Functions

 DbItem ()
 The constructor. More...
 
DbItem Clone ()
 Create a copy of the DbItem. More...
 
override string ToString ()
 Returns the string representation of the DbItem. More...
 

Properties

object Tag [getset]
 Get/set a user defined item. More...
 
int ID [get]
 Specifies the image ID. More...
 
int id [getset]
 Specifies the image ID used within the lambda statement. More...
 
int VirtualID [get]
 Specifies the image VirtualID (if any). More...
 
int? virtualid [getset]
 Specifies the image VirtualID used within the lambda statement. More...
 
int Index [get]
 Specifies the image index. More...
 
int? index [getset]
 Specifies the image index used within the lambda statement. More...
 
int Label [get]
 Specifies the image label. More...
 
int? label [getset]
 Specifies the image label used within the lambda statement. More...
 
int Boost [get]
 Specifies the image boost. More...
 
int? boost [getset]
 Specifies the image boost used within the lambda statement. More...
 
DateTime Time [get]
 Specifies the image time. More...
 
DateTime? time [getset]
 Specifies the image time within the lambda statement. More...
 
string Desc [get]
 Specifies the image description. More...
 
string desc [getset]
 Specifies the image description used within the lambda statement. More...
 
int? OriginalSourceID [get]
 Specifies the original source ID. More...
 
int? originalsrcid [getset]
 Specifies the original source id used within the lambda statement. More...
 
bool Active [get]
 Specifies whether or not the item is active. More...
 
bool? active [getset]
 Specifies the active state used within the lambda statement. More...
 

Detailed Description

Specifies a database item used when querying boosted items.

Definition at line 5815 of file Database.cs.

Constructor & Destructor Documentation

◆ DbItem()

MyCaffe.db.image.DbItem.DbItem ( )

The constructor.

Definition at line 5822 of file Database.cs.

Member Function Documentation

◆ Clone()

DbItem MyCaffe.db.image.DbItem.Clone ( )

Create a copy of the DbItem.

Returns
The copy is returned.

Definition at line 5830 of file Database.cs.

◆ ToString()

override string MyCaffe.db.image.DbItem.ToString ( )

Returns the string representation of the DbItem.

Returns
The string representation is returned.

Definition at line 5975 of file Database.cs.

Property Documentation

◆ Active

bool MyCaffe.db.image.DbItem.Active
get

Specifies whether or not the item is active.

Definition at line 5961 of file Database.cs.

◆ active

bool? MyCaffe.db.image.DbItem.active
getset

Specifies the active state used within the lambda statement.

Definition at line 5969 of file Database.cs.

◆ Boost

int MyCaffe.db.image.DbItem.Boost
get

Specifies the image boost.

Definition at line 5909 of file Database.cs.

◆ boost

int? MyCaffe.db.image.DbItem.boost
getset

Specifies the image boost used within the lambda statement.

Definition at line 5917 of file Database.cs.

◆ Desc

string MyCaffe.db.image.DbItem.Desc
get

Specifies the image description.

Definition at line 5935 of file Database.cs.

◆ desc

string MyCaffe.db.image.DbItem.desc
getset

Specifies the image description used within the lambda statement.

Definition at line 5943 of file Database.cs.

◆ ID

int MyCaffe.db.image.DbItem.ID
get

Specifies the image ID.

Definition at line 5857 of file Database.cs.

◆ id

int MyCaffe.db.image.DbItem.id
getset

Specifies the image ID used within the lambda statement.

Definition at line 5865 of file Database.cs.

◆ Index

int MyCaffe.db.image.DbItem.Index
get

Specifies the image index.

Definition at line 5883 of file Database.cs.

◆ index

int? MyCaffe.db.image.DbItem.index
getset

Specifies the image index used within the lambda statement.

Definition at line 5891 of file Database.cs.

◆ Label

int MyCaffe.db.image.DbItem.Label
get

Specifies the image label.

Definition at line 5896 of file Database.cs.

◆ label

int? MyCaffe.db.image.DbItem.label
getset

Specifies the image label used within the lambda statement.

Definition at line 5904 of file Database.cs.

◆ OriginalSourceID

int? MyCaffe.db.image.DbItem.OriginalSourceID
get

Specifies the original source ID.

Definition at line 5948 of file Database.cs.

◆ originalsrcid

int? MyCaffe.db.image.DbItem.originalsrcid
getset

Specifies the original source id used within the lambda statement.

Definition at line 5956 of file Database.cs.

◆ Tag

object MyCaffe.db.image.DbItem.Tag
getset

Get/set a user defined item.

Definition at line 5848 of file Database.cs.

◆ Time

DateTime MyCaffe.db.image.DbItem.Time
get

Specifies the image time.

Definition at line 5922 of file Database.cs.

◆ time

DateTime? MyCaffe.db.image.DbItem.time
getset

Specifies the image time within the lambda statement.

Definition at line 5930 of file Database.cs.

◆ VirtualID

int MyCaffe.db.image.DbItem.VirtualID
get

Specifies the image VirtualID (if any).

Definition at line 5870 of file Database.cs.

◆ virtualid

int? MyCaffe.db.image.DbItem.virtualid
getset

Specifies the image VirtualID used within the lambda statement.

Definition at line 5878 of file Database.cs.


The documentation for this class was generated from the following file: