Skip to main content

Motion Standalone Postprocessor C# library 2024 R2

Class ParameterConverterAttribute

Last update: 03.07.2024

Namespace: VM.Operations.Post.Attributes
Assembly: VM.Operations.Post.dll

[AttributeUsage(AttributeTargets.Property)]
public class ParameterConverterAttribute : Attribute

Inheritance

objectAttributeParameterConverterAttribute

Constructors

ParameterConverterAttribute(Type, string)

public ParameterConverterAttribute(Type type, string method)

Parameters

type Type

method string

Properties

Converter

public ParameterConverter Converter { get; set; }

Property Value

ParameterConverter

Methods

Convert(object)

public object Convert(object val)

Parameters

val object

Returns

object