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

파일 보기 프로젝트 열기: Runt-Editor/Runt 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Content ( string contentId, string relativePath, bool dirty ) : Newtonsoft.Json
WithText ( string newText ) : Content

메소드 상세

Content() 공개 메소드

public Content ( string contentId, string relativePath, bool dirty ) : Newtonsoft.Json
contentId string
relativePath string
dirty bool
리턴 Newtonsoft.Json

WithText() 공개 추상적인 메소드

public abstract WithText ( string newText ) : Content
newText string
리턴 Content