port from perforce
This commit is contained in:
14
intromat/Intromat/Nodes/Code/StringFileModel.cs
Normal file
14
intromat/Intromat/Nodes/Code/StringFileModel.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.Xml.Serialization;
|
||||
using Intromat.ViewModels;
|
||||
|
||||
namespace Intromat.Nodes.Code
|
||||
{
|
||||
[XmlRoot("StringFile", Namespace = _namespace)]
|
||||
public sealed class StringFileModel : LiteralModelBase<string?>
|
||||
{
|
||||
public override CodeGenNodeViewModel CreateViewModel()
|
||||
{
|
||||
return new StringFileNode();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user