Class AutogenAttribute
Can pass in the name of the UI that will be used on the client, if you want to override the default.
Inheritance
System.Object
AutogenAttribute
Assembly: Eco.Core.dll
Syntax
public class AutogenAttribute : ViewMemberAttribute
Constructors
AutogenAttribute()
Declaration
public AutogenAttribute()
AutogenAttribute(String)
Declaration
public AutogenAttribute(string uiTypeName)
Parameters
Type |
Name |
Description |
System.String |
uiTypeName |
|
Fields
UITypeName
Declaration
Field Value
Type |
Description |
System.String |
|
Properties
Flags
Declaration
public override ViewMemberFlags Flags { get; }
Property Value
Overrides
Extension Methods