[성현모] CPXV2 Init
This commit is contained in:
@ -0,0 +1,21 @@
|
||||
namespace SystemX.PLC.Model
|
||||
{
|
||||
public static class ModelTemplateDefinition
|
||||
{
|
||||
public static string ModelRoot = "ModelTemplate";
|
||||
|
||||
public static string DescriptionRoot = "Description";
|
||||
public static string DSRoot = "DataStructure";
|
||||
public static string Element = "Element";
|
||||
public static string AttrbName = "Name";
|
||||
public static string AttrbDataType = "DataType";
|
||||
public static string AttrbDesc = "Desc";
|
||||
|
||||
public static string DescTableName = "Name";
|
||||
public static string DescTableValue = "Description";
|
||||
|
||||
public static string IDKeyMark = "IDKey";
|
||||
|
||||
public static string ModelFileDelimiter = ";";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user