C# Класс ExoModel.Json.JsonModel

Represents a complete dynamic model based on JSON type and instance data, based on the JSON format used by ExoWeb for sending type and instance data to web clients.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Initialize ( Assembly @assembly, string storagePath, Action onContextCreated = null ) : JsonEntityContext
Initialize ( Assembly @assembly, string @namespace, string storagePath, Action onContextCreated = null ) : JsonEntityContext

Приватные методы

Метод Описание
GetEntityTypes ( Assembly @assembly, string @namespace = null ) : IEnumerable

Описание методов

Initialize() публичный статический Метод

public static Initialize ( Assembly @assembly, string storagePath, Action onContextCreated = null ) : JsonEntityContext
@assembly System.Reflection.Assembly
storagePath string
onContextCreated Action
Результат JsonEntityContext

Initialize() публичный статический Метод

public static Initialize ( Assembly @assembly, string @namespace, string storagePath, Action onContextCreated = null ) : JsonEntityContext
@assembly System.Reflection.Assembly
@namespace string
storagePath string
onContextCreated Action
Результат JsonEntityContext