SampleImageListImageLabelInfoTLabel Structure

CVB.Net Documentation
Base class for providing SIL label information.

Namespace:  Stemmer.Cvb.SampleDatabase
Assembly:  Stemmer.Cvb.SampleDatabase (in Stemmer.Cvb.SampleDatabase.dll) Version: 14.0.0.0
Syntax

public struct ImageLabelInfo<TLabel> : SampleListILabelInfo, 
	SampleListISampleListChild

Type Parameters

TLabel
Label type.

The SampleImageListImageLabelInfoTLabel type exposes the following members.

Properties

  NameDescription
Public propertyIndex
Get the index of this label. Note that this index may change when samples are removed from the image list - therefore you should check this index often. Generally it is more recommendable to work label based, not index based.
Public propertyLabel
Label under which this class is stored. You may change this label using the Relabel(UTP) method.
Public propertyLabelType
Type of the labels.
Public propertyParentList
SampleList object to which this class file object is bound
Public propertySamples
Samples under this label.
Top
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also

Reference