C# Class FilmService.KindsOfStatements.StatementInString

Inheritance: Statement
Afficher le fichier Open project: Confirmit/Students

Méthodes publiques

Méthode Description
Deserialize ( string path ) : DataStore
Serialize ( string path, DataStore currentData ) : void
StatementInString ( ) : System

Method Details

Deserialize() public méthode

public Deserialize ( string path ) : DataStore
path string
Résultat DataStore

Serialize() public méthode

public Serialize ( string path, DataStore currentData ) : void
path string
currentData DataStore
Résultat void

StatementInString() public méthode

public StatementInString ( ) : System
Résultat System