Class ViewTypeData
Inheritance
System.Object
ViewTypeData
Namespace: Eco.Core.Controller
Assembly: Eco.Core.dll
Syntax
public class ViewTypeData : Object, IStorage, ISerializable
Constructors
ViewTypeData()
Declaration
public ViewTypeData()
Fields
TypeNameToId
Declaration
public Dictionary<string, int> TypeNameToId
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Int32> |
Properties
StorageHandle
Declaration
public IPersistent StorageHandle { get; set; }
Property Value
Type | Description |
---|---|
IPersistent |