예제 #1
0
 public TemplateItem(string name, string language, string engine,
                     string fileName, string displayName, string prefix, string suffix, string url, string desc, TemplateItemStatus status)
 {
     this.Name        = name;
     this.Language    = language;
     this.Engine      = engine;
     this.FileName    = fileName;
     this.DisplayName = displayName;
     this.Prefix      = prefix;
     this.Suffix      = suffix;
     this.Url         = url;
     this.Description = desc;
     this.Status      = status;
 }
예제 #2
0
 public TemplateItem(string name, string language, string engine,
     string fileName, string displayName, string prefix, string suffix, string url, string desc, TemplateItemStatus status)
 {
     this.Name = name;
     this.Language = language;
     this.Engine = engine;
     this.FileName = fileName;
     this.DisplayName = displayName;
     this.Prefix = prefix;
     this.Suffix = suffix;
     this.Url = url;
     this.Description = desc;
     this.Status = status;
 }
예제 #3
0
 public TemplateItem(string name, string language, string engine,
                     string fileName, string displayName, string prefix, string suffix, TemplateItemStatus status)
     : this(name, language, engine, fileName, displayName, prefix, suffix, "", "", status)
 {
 }
예제 #4
0
 public TemplateItem(string name, string language, string engine,
     string fileName, string displayName, string prefix, string suffix, TemplateItemStatus status)
     : this(name, language, engine, fileName, displayName, prefix, suffix, "", "", status)
 {
 }