C# 클래스 VelocityDbSchema.NUnit.FileInDb

상속: FileOrFolder
파일 보기 프로젝트 열기: VelocityDB/VelocityDB 1 사용 예제들

공개 메소드들

메소드 설명
FileInDb ( string name, Folder parentFolder ) : System
ReadAllBytes ( string fullName ) : byte[]
Unpersist ( SessionBase session ) : void

메소드 상세

FileInDb() 공개 메소드

public FileInDb ( string name, Folder parentFolder ) : System
name string
parentFolder Folder
리턴 System

ReadAllBytes() 공개 정적인 메소드

public static ReadAllBytes ( string fullName ) : byte[]
fullName string
리턴 byte[]

Unpersist() 공개 메소드

public Unpersist ( SessionBase session ) : void
session SessionBase
리턴 void