Skip to main content

AutoMapAttribute

Map System Input properties to Data Model fields

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public class AutoMapAttribute : AttributeBase, _Attribute

Properties

To

View Source
Declaration
public string To { get; set; }

Implements

  • System.Runtime.InteropServices._Attribute