C# 클래스 Runt.Core.Model.FileContent

상속: Content
파일 보기 프로젝트 열기: Runt-Editor/Runt

공개 메소드들

메소드 설명
Create ( string contentId, string relativePath, string path, bool read ) : FileContent
FileContent ( string contentId, string relativePath, bool dirty, FileInfo file, string text ) : System
WithText ( string text ) : Content

메소드 상세

Create() 공개 정적인 메소드

public static Create ( string contentId, string relativePath, string path, bool read ) : FileContent
contentId string
relativePath string
path string
read bool
리턴 FileContent

FileContent() 공개 메소드

public FileContent ( string contentId, string relativePath, bool dirty, FileInfo file, string text ) : System
contentId string
relativePath string
dirty bool
file System.IO.FileInfo
text string
리턴 System

WithText() 공개 메소드

public WithText ( string text ) : Content
text string
리턴 Content