@@ -37,10 +37,18 @@ public static partial class Create
3737 /***************************************************/
3838
3939 [ Description ( "Creates a Metadata object from a variety of inputs." ) ]
40+ [ Input ( "projectNumber" , "Unique number for the project." ) ]
41+ [ Input ( "projectName" , "The name of the project." ) ]
4042 [ Input ( "location" , "Where the project is based." ) ]
41- [ Input ( "description" , "A short description of the project and model." ) ]
42- [ Input ( "discipline" , "The discipline responsible for the model." ) ]
43+ [ Input ( "client" , "Unique identifier for the client." ) ]
44+ [ Input ( "designStage" , "The design stage for the project." ) ]
45+ [ Input ( "projectLead" , "The project leader for the project." ) ]
46+ [ Input ( "revision" , "The revision for the model." ) ]
47+ [ Input ( "author" , "The model author/creator." ) ]
4348 [ Input ( "creationDate" , "The creation date of the model inputted as yyyy-MM-dd. This will default to the current date if no date is provided." ) ]
49+ [ Input ( "email" , "Contact email for the project." ) ]
50+ [ Input ( "description" , "Brief description for the project and the model." ) ]
51+ [ Input ( "discipline" , "The discipline responsible for the model." ) ]
4452 [ Input ( "reviews" , "A list of reviews containing reviewers, their comments and the date of review." ) ]
4553 [ Output ( "A summary of relevant information for the model." ) ]
4654 public static Metadata Metadata ( string projectNumber = "" , string projectName = "" , string location = "" , string client = "" ,
0 commit comments