Show / Hide Table of Contents

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
ViewMemberAttribute
AutogenAttribute
Namespace: Eco.Core.Controller
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
public string UITypeName
Field Value
Type Description
System.String

Properties

Flags

Declaration
public override ViewMemberFlags Flags { get; }
Property Value
Type Description
ViewMemberFlags
Overrides
ViewMemberAttribute.Flags

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾