C# Class Packman.Manifest

Mostra file Open project: madskristensen/Packman Class Usage Examples

Private Properties

Property Type Description
Manifest System
Manifest System
OnSaving void

Public Methods

Method Description
FromFileOrNewAsync ( string fileName ) : Task
Save ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
Manifest ( ) : System
Manifest ( string fileName ) : System
OnSaving ( ) : void

Method Details

FromFileOrNewAsync() public static method

public static FromFileOrNewAsync ( string fileName ) : Task
fileName string
return Task

Save() public method

public Save ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task