C# Class Entitas.Migration.MigrationFile

Datei anzeigen Open project: sschmid/Entitas-CSharp Class Usage Examples

Public Properties

Property Type Description
fileContent string
fileName string

Public Methods

Method Description
MigrationFile ( string fileName, string fileContent )

Method Details

MigrationFile() public method

public MigrationFile ( string fileName, string fileContent )
fileName string
fileContent string

Property Details

fileContent public_oe property

public string fileContent
return string

fileName public_oe property

public string fileName
return string