Click or drag to resize

IActionOnProperty Interface

Defines an interface for actions that operate on a specific property. Implementing classes must provide the name of the property they act upon.

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public interface IActionOnProperty : IImmutable

The IActionOnProperty type exposes the following members.

Properties
 NameDescription
Public propertyDescription Gets or sets the description of the action.
Public propertyPropertyName Gets the name of the property that the action operates on. This property is required and must be initialized when implementing classes are instantiated.
Top
See Also