/// <summary> /// comment class constructor /// </summary> public comment() { this.createddateField = new dateType(); }
/// <summary> /// clashresult class constructor /// </summary> public clashresult() { this.clashtasklinkField = new clashresultClashtasklink(); this.clashobjectsField = new List<clashobject>(); this.commentsField = new List<comment>(); this.createddateField = new dateType(); this.approveddateField = new dateType(); this.clashpointField = new position3fType(); }