DynamicRangeAttribute.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Binding/DynamicRangeAttribute.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/Binding/DynamicRangeAttribute.cs
Source file hash: sha256:62077146af5dcef53cb892bf39f0388cb759554db5edaa5c7d4d8ff348f6f93c
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: DynamicRangeAttribute
Section titled “Type: DynamicRangeAttribute”Original lines: 31-48
Declaration hash: sha256:2a0525a1859425e254484bfee7ad449eed9f4bad42e713a5c0638509a8349336
[MovedFrom(true, "GodComplex.Binding")]public class DynamicRangeAttribute : PropertyAttribute{}Property: min
Section titled “Property: min”Original lines: 35
Declaration hash: sha256:31114dbe7a5565976932660a5883ff2a9b3d04f66e720394e1b0cc5518c053e9
public float min { get; }Property: maxValueFieldName
Section titled “Property: maxValueFieldName”Original lines: 38
Declaration hash: sha256:0ef4ce337fc0be2a9d59f8764f38cc36beb671cdb4d5461871680b6fc08278a8
public string maxValueFieldName { get; }Method: DynamicRangeAttribute(float min, string maxValueFieldName)
Section titled “Method: DynamicRangeAttribute(float min, string maxValueFieldName)”Original lines: 43-47
Declaration hash: sha256:eadeff37c1bc9e1da0a4d8ed283da1b6e71d313466aff804489b862617e5cfa0
public DynamicRangeAttribute(float min, string maxValueFieldName);