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.3179.0 (4.8.3179.0)
Syntax
C#
public interface IClassForClassAttribute

The IClassForClassAttribute type exposes the following members.

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