C# Class VelocityDbSchema.NUnit.FileInDb

Inheritance: FileOrFolder
Afficher le fichier Open project: VelocityDB/VelocityDB Class Usage Examples

Méthodes publiques

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

Method Details

FileInDb() public méthode

public FileInDb ( string name, Folder parentFolder ) : System
name string
parentFolder Folder
Résultat System

ReadAllBytes() public static méthode

public static ReadAllBytes ( string fullName ) : byte[]
fullName string
Résultat byte[]

Unpersist() public méthode

public Unpersist ( SessionBase session ) : void
session SessionBase
Résultat void