Interface ISettingsPropertyBuilder
- Namespace
- MCM.Abstractions.FluentBuilder
- Assembly
- MCMv5.dll
An interface that defines the necessary members for implementing a settings property builder.
public interface ISettingsPropertyBuilder
Properties
Name
See DisplayName
string Name { get; }
Property Value
PropertyReference
Mono.Cecil.PropertyReference
IRef PropertyReference { get; }
Property Value
Methods
GetDefinitions()
Gets this property definition.
IEnumerable<IPropertyDefinitionBase> GetDefinitions()
Returns
- IEnumerable<IPropertyDefinitionBase>
An enumerable of the property definitions.