C# Class Runt.Core.Model.Content

Mostrar archivo Open project: Runt-Editor/Runt Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Content ( string contentId, string relativePath, bool dirty ) : Newtonsoft.Json
WithText ( string newText ) : Content

Method Details

Content() public method

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

WithText() public abstract method

public abstract WithText ( string newText ) : Content
newText string
return Content