MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.basecode.descriptors.BaseDescriptor Class Reference

The BaseDescriptor is the base class for all other descriptors, where descriptors are used to describe various items stored within the database. More...

Inheritance diagram for MyCaffe.basecode.descriptors.BaseDescriptor:
MyCaffe.basecode.descriptors.DatasetDescriptor MyCaffe.basecode.descriptors.GroupDescriptor MyCaffe.basecode.descriptors.ProjectDescriptor MyCaffe.basecode.descriptors.ResultDescriptor MyCaffe.basecode.descriptors.SourceDescriptor MyCaffe.basecode.descriptors.StateDescriptor MyCaffe.basecode.descriptors.ValueDescriptor

Public Member Functions

 BaseDescriptor (int nID, string strName, string strOwner)
 The BaseDescriptor constructor. More...
 
 BaseDescriptor (BaseDescriptor b)
 The BaseDescriptor constructor. More...
 
void Copy (BaseDescriptor b)
 Copy another BaseDescriptor into this one. More...
 

Properties

int ID [getset]
 Get/set the database ID of the item. More...
 
string Name [getset]
 Get/set the name of the item. More...
 
string Owner [getset]
 Get/set the owner of the item. More...
 

Detailed Description

The BaseDescriptor is the base class for all other descriptors, where descriptors are used to describe various items stored within the database.

Definition at line 18 of file BaseDescriptor.cs.

Constructor & Destructor Documentation

◆ BaseDescriptor() [1/2]

MyCaffe.basecode.descriptors.BaseDescriptor.BaseDescriptor ( int  nID,
string  strName,
string  strOwner 
)

The BaseDescriptor constructor.

Parameters
nIDSpecifies the database ID of the item.
strNameSpecifies the name of the item.
strOwnerSpecifies the identifier of the item's owner.

Definition at line 30 of file BaseDescriptor.cs.

◆ BaseDescriptor() [2/2]

MyCaffe.basecode.descriptors.BaseDescriptor.BaseDescriptor ( BaseDescriptor  b)

The BaseDescriptor constructor.

Parameters
bSpecifies another BaseDescriptor used to create this one.

Definition at line 40 of file BaseDescriptor.cs.

Member Function Documentation

◆ Copy()

void MyCaffe.basecode.descriptors.BaseDescriptor.Copy ( BaseDescriptor  b)

Copy another BaseDescriptor into this one.

Parameters
bSpecifies the BaseDescriptor to copy.

Definition at line 49 of file BaseDescriptor.cs.

Property Documentation

◆ ID

int MyCaffe.basecode.descriptors.BaseDescriptor.ID
getset

Get/set the database ID of the item.

Definition at line 60 of file BaseDescriptor.cs.

◆ Name

string MyCaffe.basecode.descriptors.BaseDescriptor.Name
getset

Get/set the name of the item.

Definition at line 70 of file BaseDescriptor.cs.

◆ Owner

string MyCaffe.basecode.descriptors.BaseDescriptor.Owner
getset

Get/set the owner of the item.

Definition at line 81 of file BaseDescriptor.cs.


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