VDISoft.SPC.Charts.SampleAttributes


Public Properties


Name
Description
Item
Gets and sets a sample attribute of the collection.

Public Methods


Name
Description
Add
Add a sample attribute to the collection of sample attributes.
Clear
Clear the sample attributes out of the collection of sample attributes.
Clone
Create a clone of the SampleAttributes collection.
GetObjectData
This method is called upon the serialization of a SampleAttributes collection.
OnDeserialization
This method is called upon the deserialization of a SampleAttributes collection.
RemoveAt
Remove a sample attribute out of the collection of sample attributes.

Public Events


Name
Description
SampleAttributeAdded
Occurs when a SampleAttribute is added to the SampleAttributes collection.
SampleAttributeNameChanged
Occurs when the SampleAttribute:Name of a SampleAttribute changes.
SampleAttributeRemoved
Occurs when a SampleAttribute is removed from the SampleAttributes collection.
SampleAttributesCleared
Occurs when the SampleAttribute objects of the SampleAttributes collection are cleared.
SampleAttributeSet
Occurs when a SampleAttribute of the SampleAttributes collection is set.
SampleAttributeTagChanged
Occurs when the SampleAttribute:Tag of a SampleAttribute changes.
SampleAttributeValueChanged
Occurs when the SampleAttribute:Value of a SampleAttribute changes.

Protected Methods


Name
Description
AddSampleAttribute
Add a sample attribute to the collection of sample attributes.
InitializeListeners
Initializes the listeners for the sample attributes collection.
SampleAttributeNameChangedListener
A listener for events of a sample attribute.
SampleAttributeTagChangedListener
A listener for events of a sample attribute.
SampleAttributeValueChangedListener
A listener for events of a sample attribute.
UninitializeListeners
Unitializes the listeners for the sample attributes collection.