Click or drag to resize

IClassForClassAttribute Interface

Implemented by class attributes, where one class (that has the attribute assigned to) is responsible for another type of class (the destination class type).

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IClassForClassAttribute

The IClassForClassAttribute type exposes the following members.

Properties
 NameDescription
Public propertyPriority Gets the priority. Attributes with higher priority are preferred over attributes with lower priority.
Public propertyTargetType Gets the destination class type.
Top
See Also