Click or drag to resize

AbstractPersistentFieldsFileAttribute Class

A base for any persistent fields file annotation.
Inheritance Hierarchy

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
public abstract class AbstractPersistentFieldsFileAttribute : Attribute
Request Example View Source

The AbstractPersistentFieldsFileAttribute type exposes the following members.

Constructors
  NameDescription
Protected methodAbstractPersistentFieldsFileAttribute
Constructor for a persistent field.
Top
Fields
  NameDescription
Public fieldconfigFilePath
An optional relative path to the config file.
Public fieldgroup
A group tag which is handled by this annotation.
Public fieldnodePath
A path to the node which will be the root for the fields in the group.
Top
Remarks
This attribute doesn't assume much logic so, you basically override it only to create "shortcuts".
See Also