Class Docs.PropertyDefinition
Represents a property definition in the API documentation.
public class Docs.PropertyDefinition
- Inheritance
-
Docs.PropertyDefinition
- Inherited Members
Properties
- DefaultValue
Gets or sets the default value of the property.
- DisplayDescription
Gets or sets the display description of the property.
- DisplayName
Gets or sets the display name of the property.
- GroupName
Gets or sets the group name of the property.
- MaximumLength
Gets or sets the maximum length of the property.
- MinimumLength
Gets or sets the minimum length of the property.
- ReadOnly
Gets or sets a value indicating whether the property is read-only.
- Required
Gets or sets a value indicating whether the property is required.
- SectionName
Gets or sets the section name of the property.
- ServerOnly
Gets or sets a value indicating whether the property is server-only.
- SymbolicName
Gets or sets the symbolic name of the property.
- Type
Gets or sets the type of the property.
Methods
- GetDefaultValue()
Gets the default value as a JsonElement.