Example #1
0
 public Template(string filePath, string rootPath, string origin)
 {
     FilePath = filePath;
     RootPath = rootPath;
     Origin = origin;
     Descriptor = new NulloDescriptor();
 }
 public Template(string filePath, string rootPath, string origin)
 {
     FilePath   = filePath;
     RootPath   = rootPath;
     Origin     = origin;
     Descriptor = new NulloDescriptor();
 }
Example #3
0
 public Template()
 {
     GeneratedViewId = Guid.NewGuid();
     Descriptor      = new NulloDescriptor();
 }
Example #4
0
 public Template()
 {
     GeneratedViewId = Guid.NewGuid();
     Descriptor = new NulloDescriptor();
 }