C# Class MGDF.GamesManager.Model.Entities.JsonEntity

provides a base class for entities loaded from a json file (either on a physical or virtual filesystem)
Afficher le fichier Open project: mrsharpoblunto/MGDF

Protected Properties

Свойство Type Description
_errorCollection List

Méthodes protégées

Méthode Description
DoLoad ( Newtonsoft.Json.Linq.JObject json ) : void
JsonEntity ( ) : System
JsonEntity ( IArchiveFile file ) : System
JsonEntity ( string filename ) : System
Load ( Newtonsoft.Json.Linq.JObject json ) : void
Load ( string filename ) : void

Method Details

DoLoad() protected méthode

protected DoLoad ( Newtonsoft.Json.Linq.JObject json ) : void
json Newtonsoft.Json.Linq.JObject
Résultat void

JsonEntity() protected méthode

protected JsonEntity ( ) : System
Résultat System

JsonEntity() protected méthode

protected JsonEntity ( IArchiveFile file ) : System
file IArchiveFile
Résultat System

JsonEntity() protected méthode

protected JsonEntity ( string filename ) : System
filename string
Résultat System

Load() protected abstract méthode

protected abstract Load ( Newtonsoft.Json.Linq.JObject json ) : void
json Newtonsoft.Json.Linq.JObject
Résultat void

Load() protected méthode

protected Load ( string filename ) : void
filename string
Résultat void

Property Details

_errorCollection protected_oe property

protected List _errorCollection
Résultat List