Skip to content

Debology.Debby.Modules.Adjust.Attributes Namespace

Classes
AdjustActionAttributeAttribute to mark a method as an adjustable action.
AdjustAttributeThe base attribute for marking fields, properties, and methods for adjustment in the Adjust module. Adding this attribute to a field, property, or method will expose it in the Adjust module.
AdjustContextAttributeThis optional AdjustContext attribute can be used to modify contexts with custom icons.
AdjustDoubleAttributeAttribute to mark a double field or property as adjustable.
AdjustFloatAttributeAttribute to mark a float field or property as adjustable.
AdjustIntAttributeAttribute to mark an integer field or property as adjustable.
AdjustLongAttributeAttribute to mark a long field or property as adjustable.
AdjustStringAttributeAttribute to mark a string field or property as adjustable, with additional options.
AdjustUIntAttributeAttribute to mark a uint field or property as adjustable.
AdjustULongAttributeAttribute to mark a ulong field or property as adjustable.