C# 클래스 Rebel.Framework.Persistence.Model.IO.File

상속: TypedEntity
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 메소드들

메소드 설명
File ( ) : System
File ( HiveId id ) : System
File ( TypedEntity fromEntity ) : System
File ( string fileName, byte contentBytes ) : System

Creates a new file object with byte contents.

File ( string fileName, string textContent ) : System

Creates a new file object with string contents. textContent will be encoded as UTF32.

SetContentStreamFactory ( Stream>.Func streamFactory ) : void

메소드 상세

File() 공개 메소드

public File ( ) : System
리턴 System

File() 공개 메소드

public File ( HiveId id ) : System
id HiveId
리턴 System

File() 공개 메소드

public File ( TypedEntity fromEntity ) : System
fromEntity TypedEntity
리턴 System

File() 공개 메소드

Creates a new file object with byte contents.
public File ( string fileName, byte contentBytes ) : System
fileName string
contentBytes byte
리턴 System

File() 공개 메소드

Creates a new file object with string contents. textContent will be encoded as UTF32.
public File ( string fileName, string textContent ) : System
fileName string
textContent string
리턴 System

SetContentStreamFactory() 공개 메소드

public SetContentStreamFactory ( Stream>.Func streamFactory ) : void
streamFactory Stream>.Func
리턴 void