C# Class VelocityDbSchema.NUnit.FileInDb

Inheritance: FileOrFolder
Exibir arquivo Open project: VelocityDB/VelocityDB Class Usage Examples

Public Methods

Method Description
FileInDb ( string name, Folder parentFolder ) : System
ReadAllBytes ( string fullName ) : byte[]
Unpersist ( SessionBase session ) : void

Method Details

FileInDb() public method

public FileInDb ( string name, Folder parentFolder ) : System
name string
parentFolder Folder
return System

ReadAllBytes() public static method

public static ReadAllBytes ( string fullName ) : byte[]
fullName string
return byte[]

Unpersist() public method

public Unpersist ( SessionBase session ) : void
session SessionBase
return void