Show / Hide Table of Contents

Class ViewController

Inheritance
System.Object
ViewController
Namespace: Eco.Shared.View
Assembly: Eco.Shared.dll
Syntax
public static class ViewController : Object

Fields

FromBson

Declaration
public static Func<BSONObject, object> FromBson
Field Value
Type Description
System.Func<BSONObject, System.Object>

GetById

Declaration
public static Func<int, object> GetById
Field Value
Type Description
System.Func<System.Int32, System.Object>

IdToClassInfo

Declaration
public static Func<int, ViewClassInfo> IdToClassInfo
Field Value
Type Description
System.Func<System.Int32, ViewClassInfo>

SendViewClassInfosInFull

Declaration
public static bool SendViewClassInfosInFull
Field Value
Type Description
System.Boolean

ToBson

Declaration
public static ViewController.ToBsonDelegate ToBson
Field Value
Type Description
ViewController.ToBsonDelegate

TypeToClassInfo

Declaration
public static Func<Type, ViewClassInfo> TypeToClassInfo
Field Value
Type Description
System.Func<System.Type, ViewClassInfo>
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾