public Author( Authors aggregateloopback_ref_in, string idauthor_in ) : base ( aggregateloopback_ref_in ) { //#region ClaSSe... idauthor_ = idauthor_in; name_ = string.Empty; copyrighttext_ = string.Empty; feedbackemailaddress_ = string.Empty; //#endregion }
public Author( Authors aggregateloopback_ref_in, string idauthor_in ) : base( aggregateloopback_ref_in ) { //#region ClaSSe... idauthor_ = idauthor_in; name_ = string.Empty; copyrighttext_ = string.Empty; feedbackemailaddress_ = string.Empty; //#endregion }
public DocMetadata( ) : base ( null ) { //#region ClaSSe... documentationname_ = string.Empty; projecturl_ = string.Empty; copyrighttext_ = string.Empty; feedbackemailaddress_ = string.Empty; version_ = string.Empty; date_ = string.Empty; //--- configs_ = new Configs(this/*, this*/); subjects_ = new Subjects(this/*, this*/); authors_ = new Authors(this/*, this*/); links_ = new Links(this/*, this*/); faqsubjects_ = new FAQSubjects(this/*, this*/); codesamples_ = new CodeSamples(this/*, this*/); //#endregion }
public DocMetadata( ) : base( null ) { //#region ClaSSe... documentationname_ = string.Empty; projecturl_ = string.Empty; copyrighttext_ = string.Empty; feedbackemailaddress_ = string.Empty; version_ = string.Empty; date_ = string.Empty; //--- configs_ = new Configs(this /*, this*/); subjects_ = new Subjects(this /*, this*/); authors_ = new Authors(this /*, this*/); links_ = new Links(this /*, this*/); faqsubjects_ = new FAQSubjects(this /*, this*/); codesamples_ = new CodeSamples(this /*, this*/); //#endregion }