/// <summary> /// Initializes a new instance of the <see cref="StoragePlanDatabase" /> class. /// </summary> /// <param name="attachments">attachments.</param> /// <param name="connection">connection.</param> /// <param name="database">database.</param> /// <param name="types">types.</param> public StoragePlanDatabase(StoragePlanDatabaseAttachment attachments = default(StoragePlanDatabaseAttachment), string connection = default(string), StoragePlanDatabaseDatabase database = default(StoragePlanDatabaseDatabase), StoragePlanDatabaseTypes types = default(StoragePlanDatabaseTypes)) { this.Attachments = attachments; this.Connection = connection; this.Database = database; this.Types = types; }
/// <summary> /// Initializes a new instance of the <see cref="StoragePlanDatabaseDocument" /> class. /// </summary> /// <param name="attachments">attachments.</param> /// <param name="connection">connection.</param> public StoragePlanDatabaseDocument(StoragePlanDatabaseAttachment attachments = default(StoragePlanDatabaseAttachment), string connection = default(string)) { this.Attachments = attachments; this.Connection = connection; }