Table of Contents

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

string Name { get; }

Property Value

string

PropertyReference

Mono.Cecil.PropertyReference

IRef PropertyReference { get; }

Property Value

IRef

Methods

GetDefinitions()

Gets this property definition.

IEnumerable<IPropertyDefinitionBase> GetDefinitions()

Returns

IEnumerable<IPropertyDefinitionBase>

An enumerable of the property definitions.


This page was last modified at 12/23/2022 11:49:56 +02:00 (UTC).

Commit Message
Author:    Aragas
Commit:    aa889a1db7974dc13c9ff22e5740d958a2228b18
* Added MCM Source Package NuGet for easier integration