MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The FormProperty window is used to edit a given key/value pair. More...
Public Member Functions | |
FormProperty (bool bNew, string strName, string strVal) | |
The constructor. More... | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
Properties | |
string | Key [get] |
Returns the Key (e.g. the property name). More... | |
string | Value [get] |
Returns the property value. More... | |
The FormProperty window is used to edit a given key/value pair.
Definition at line 16 of file FormProperty.cs.
MyCaffe.param.ui.FormProperty.FormProperty | ( | bool | bNew, |
string | strName, | ||
string | strVal | ||
) |
The constructor.
bNew | Specifies that this is a new item. |
strName | When editing, specifies the existing name. |
strVal | When editing, specifies the existing value. |
Definition at line 28 of file FormProperty.cs.
|
protected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
Definition at line 14 of file FormProperty.Designer.cs.
|
get |
Returns the Key (e.g. the property name).
Definition at line 40 of file FormProperty.cs.
|
get |
Returns the property value.
Definition at line 48 of file FormProperty.cs.