Property | Type | Description | |
---|---|---|---|
OnCompatibleSchemaVersionChanged | void | ||
OnCompatibleSchemaVersionChanging | void | ||
OnFeatureChanged | void | ||
OnFeatureChanging | void | ||
OnIsCurrentVersionChanged | void | ||
OnIsCurrentVersionChanging | void |
Method | Description | |
---|---|---|
Createaspnet_SchemaVersions ( global feature, global compatibleSchemaVersion, global isCurrentVersion ) : |
Create a new aspnet_SchemaVersions object.
|
Method | Description | |
---|---|---|
OnCompatibleSchemaVersionChanged ( ) : void | ||
OnCompatibleSchemaVersionChanging ( global value ) : void | ||
OnFeatureChanged ( ) : void | ||
OnFeatureChanging ( global value ) : void | ||
OnIsCurrentVersionChanged ( ) : void | ||
OnIsCurrentVersionChanging ( global value ) : void |
public static Createaspnet_SchemaVersions ( global feature, global compatibleSchemaVersion, global isCurrentVersion ) : |
||
feature | global | Initial value of the Feature property. |
compatibleSchemaVersion | global | Initial value of the CompatibleSchemaVersion property. |
isCurrentVersion | global | Initial value of the IsCurrentVersion property. |
return |