AutoQueryViewerFieldAttribute
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Property, AllowMultiple = true, Inherited = true)]
public class AutoQueryViewerFieldAttribute : AttributeBase, _Attribute
Properties
Title
View Source
Declaration
public string Title { get; set; }
Description
View Source
Declaration
public string Description { get; set; }
HideInSummary
View Source
Declaration
public bool HideInSummary { get; set; }
ValueFormat
View Source
Declaration
public string ValueFormat { get; set; }
LayoutHint
View Source
Declaration
public string LayoutHint { get; set; }
Implements
System.Runtime.InteropServices._Attribute