Class ViewController
Inheritance
System.Object
ViewController
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
SendViewClassInfosInFull
Declaration
public static bool SendViewClassInfosInFull
Field Value
Type |
Description |
System.Boolean |
|
ToBson
Declaration
public static ViewController.ToBsonDelegate ToBson
Field Value
TypeToClassInfo
Declaration
public static Func<Type, ViewClassInfo> TypeToClassInfo
Field Value