Show / Hide Table of Contents

Class ViewTypeAttribute

Defines View Type which should be used on client side instead of that type. Should be used when server and client side have same BSON serialization format, but different classes on server side and on the client. That type won't be generated and should be manually created on the client.

Inheritance
System.Object
ViewTypeAttribute
Namespace: Eco.Core.Controller
Assembly: Eco.Core.dll
Syntax
public class ViewTypeAttribute : Attribute

Constructors

ViewTypeAttribute(String)

Declaration
public ViewTypeAttribute(string viewType)
Parameters
Type Name Description
System.String viewType

Fields

ViewType

Declaration
public string ViewType
Field Value
Type Description
System.String

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
☀
☾