Beispiel #1
0
 public CodeGeneratorConfiguration()
 {
     configs = new Dictionary <string, ContentTypeConfiguration>
     {
         { Keys.DocumentType, new ContentTypeConfiguration(this, Keys.DocumentType) },
         { Keys.MediaType, new ContentTypeConfiguration(this, Keys.MediaType) }
     };
     TypeMappings = new TypeMappings(); //new Dictionary<string, string>());
 }
	    public CodeGeneratorConfiguration()
	    {
	        configs = new Dictionary<string, ContentTypeConfiguration>
	        {
	            {Keys.DocumentType, new ContentTypeConfiguration(this, Keys.DocumentType)},
	            {Keys.MediaType, new ContentTypeConfiguration(this, Keys.MediaType)}
	        };
            TypeMappings = new TypeMappings(); //new Dictionary<string, string>());
	    }