C# Class PitchingTube.Data.aspnet_SchemaVersions

Inheritance: System.Data.Objects.DataClasses.EntityObject
显示文件 Open project: thesameqad/pitchingtube Class Usage Examples

Private Properties

Property Type Description
OnCompatibleSchemaVersionChanged void
OnCompatibleSchemaVersionChanging void
OnFeatureChanged void
OnFeatureChanging void
OnIsCurrentVersionChanged void
OnIsCurrentVersionChanging void

Public Methods

Method Description
Createaspnet_SchemaVersions ( global feature, global compatibleSchemaVersion, global isCurrentVersion ) : aspnet_SchemaVersions

Create a new aspnet_SchemaVersions object.

Private Methods

Method Description
OnCompatibleSchemaVersionChanged ( ) : void
OnCompatibleSchemaVersionChanging ( global value ) : void
OnFeatureChanged ( ) : void
OnFeatureChanging ( global value ) : void
OnIsCurrentVersionChanged ( ) : void
OnIsCurrentVersionChanging ( global value ) : void

Method Details

Createaspnet_SchemaVersions() public static method

Create a new aspnet_SchemaVersions object.
public static Createaspnet_SchemaVersions ( global feature, global compatibleSchemaVersion, global isCurrentVersion ) : aspnet_SchemaVersions
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 aspnet_SchemaVersions