![]() |
MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The BaseDescriptor is the base class for all other descriptors, where descriptors are used to describe various items stored within the database. More...
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... | |
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.
| MyCaffe.basecode.descriptors.BaseDescriptor.BaseDescriptor | ( | int | nID, |
| string | strName, | ||
| string | strOwner | ||
| ) |
The BaseDescriptor constructor.
| nID | Specifies the database ID of the item. |
| strName | Specifies the name of the item. |
| strOwner | Specifies the identifier of the item's owner. |
Definition at line 30 of file BaseDescriptor.cs.
| MyCaffe.basecode.descriptors.BaseDescriptor.BaseDescriptor | ( | BaseDescriptor | b | ) |
The BaseDescriptor constructor.
| b | Specifies another BaseDescriptor used to create this one. |
Definition at line 40 of file BaseDescriptor.cs.
| void MyCaffe.basecode.descriptors.BaseDescriptor.Copy | ( | BaseDescriptor | b | ) |
Copy another BaseDescriptor into this one.
| b | Specifies the BaseDescriptor to copy. |
Definition at line 49 of file BaseDescriptor.cs.
|
getset |
Get/set the database ID of the item.
Definition at line 60 of file BaseDescriptor.cs.
|
getset |
Get/set the name of the item.
Definition at line 70 of file BaseDescriptor.cs.
|
getset |
Get/set the owner of the item.
Definition at line 81 of file BaseDescriptor.cs.