MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.param.ui.FormProperty Class Reference

The FormProperty window is used to edit a given key/value pair. More...

Inheritance diagram for MyCaffe.param.ui.FormProperty:

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...
 

Detailed Description

The FormProperty window is used to edit a given key/value pair.

Definition at line 16 of file FormProperty.cs.

Constructor & Destructor Documentation

◆ FormProperty()

MyCaffe.param.ui.FormProperty.FormProperty ( bool  bNew,
string  strName,
string  strVal 
)

The constructor.

Parameters
bNewSpecifies that this is a new item.
strNameWhen editing, specifies the existing name.
strValWhen editing, specifies the existing value.

Definition at line 28 of file FormProperty.cs.

Member Function Documentation

◆ Dispose()

override void MyCaffe.param.ui.FormProperty.Dispose ( bool  disposing)
protected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

Definition at line 14 of file FormProperty.Designer.cs.

Property Documentation

◆ Key

string MyCaffe.param.ui.FormProperty.Key
get

Returns the Key (e.g. the property name).

Definition at line 40 of file FormProperty.cs.

◆ Value

string MyCaffe.param.ui.FormProperty.Value
get

Returns the property value.

Definition at line 48 of file FormProperty.cs.


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