Table of Contents

Class PropertyDefinitionWithActionFormatWrapper

Namespace
MCM.Abstractions.Wrapper
Assembly
MCMv5.dll
public sealed class PropertyDefinitionWithActionFormatWrapper : BasePropertyDefinitionWrapper, IPropertyDefinitionBase, IPropertyDefinitionWithActionFormat
Inheritance
PropertyDefinitionWithActionFormatWrapper
Implements
Inherited Members

Constructors

PropertyDefinitionWithActionFormatWrapper(object)

public PropertyDefinitionWithActionFormatWrapper(object @object)

Parameters

object object

Properties

ValueFormatFunc

public Func<object, string> ValueFormatFunc { get; }

Property Value

Func<object, string>