C# Class EA.Iws.Domain.FileStore.File

Mostra file Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
File ( string name, string type, byte content ) : System

Protected Methods

Method Description
File ( ) : System

Private Methods

Method Description
File ( System.Guid id, string name, string type, byte content ) : System

Method Details

File() protected method

protected File ( ) : System
return System

File() public method

public File ( string name, string type, byte content ) : System
name string
type string
content byte
return System