コード例 #1
0
 // Default contructor that set entity to field
 public aspnet_SchemaVersionsModel(aspnet_SchemaVersions aspnet_schemaversions)
 {
     this._aspnet___schema_versions = aspnet_schemaversions;
     this._feature = aspnet_schemaversions.Feature;
     this._compatible_schema_version     = aspnet_schemaversions.CompatibleSchemaVersion;
     this._is_current_version            = aspnet_schemaversions.IsCurrentVersion;
     this._originalaspnet_SchemaVersions = aspnet_schemaversions.DeepClone();
 }