C# Class PitchingTube.Data.aspnet_SchemaVersions

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: thesameqad/pitchingtube Class Usage Examples

Private Properties

Свойство Type Description
OnCompatibleSchemaVersionChanged void
OnCompatibleSchemaVersionChanging void
OnFeatureChanged void
OnFeatureChanging void
OnIsCurrentVersionChanged void
OnIsCurrentVersionChanging void

Méthodes publiques

Méthode Description
Createaspnet_SchemaVersions ( global feature, global compatibleSchemaVersion, global isCurrentVersion ) : aspnet_SchemaVersions

Create a new aspnet_SchemaVersions object.

Private Methods

Méthode 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 méthode

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.
Résultat aspnet_SchemaVersions