public void CopyFrom(XS_documentationType documentationType_in) { this.documentationname_ = documentationType_in.documentationname_; this.documentationtitle_ = documentationType_in.documentationtitle_; this.projecturl_ = documentationType_in.projecturl_; this.copyrighttext_ = documentationType_in.copyrighttext_; this.feedbackemailaddress_ = documentationType_in.feedbackemailaddress_; this.version_ = documentationType_in.version_; this.date_ = documentationType_in.date_; if (documentationType_in.chapters__ != null) { this.chapters__.CopyFrom(documentationType_in.chapters__); } }
public void CopyFrom(XS_documentationType documentationType_in) { this.documentationname_ = documentationType_in.documentationname_; this.documentationtitle_ = documentationType_in.documentationtitle_; this.projecturl_ = documentationType_in.projecturl_; this.copyrighttext_ = documentationType_in.copyrighttext_; this.feedbackemailaddress_ = documentationType_in.feedbackemailaddress_; this.version_ = documentationType_in.version_; this.date_ = documentationType_in.date_; if (documentationType_in.chapters__ != null) this.chapters__.CopyFrom(documentationType_in.chapters__); }