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 object ← Attribute ← ParameterConverterAttribute 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