C# Class PitchingTube.Data.aspnet_Paths

Inheritance: System.Data.Objects.DataClasses.EntityObject
Datei anzeigen Open project: thesameqad/pitchingtube Class Usage Examples

Private Properties

Property Type Description
OnApplicationIdChanged void
OnApplicationIdChanging void
OnLoweredPathChanged void
OnLoweredPathChanging void
OnPathChanged void
OnPathChanging void
OnPathIdChanged void
OnPathIdChanging void

Public Methods

Method Description
Createaspnet_Paths ( global applicationId, global pathId, global path, global loweredPath ) : aspnet_Paths

Create a new aspnet_Paths object.

Private Methods

Method Description
OnApplicationIdChanged ( ) : void
OnApplicationIdChanging ( global value ) : void
OnLoweredPathChanged ( ) : void
OnLoweredPathChanging ( global value ) : void
OnPathChanged ( ) : void
OnPathChanging ( global value ) : void
OnPathIdChanged ( ) : void
OnPathIdChanging ( global value ) : void

Method Details

Createaspnet_Paths() public static method

Create a new aspnet_Paths object.
public static Createaspnet_Paths ( global applicationId, global pathId, global path, global loweredPath ) : aspnet_Paths
applicationId global Initial value of the ApplicationId property.
pathId global Initial value of the PathId property.
path global Initial value of the Path property.
loweredPath global Initial value of the LoweredPath property.
return aspnet_Paths