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