C# Class PitchingTube.Data.aspnet_Profile

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

Private Properties

Property Type Description
OnLastUpdatedDateChanged void
OnLastUpdatedDateChanging void
OnPropertyNamesChanged void
OnPropertyNamesChanging void
OnPropertyValuesBinaryChanged void
OnPropertyValuesBinaryChanging void
OnPropertyValuesStringChanged void
OnPropertyValuesStringChanging void
OnUserIdChanged void
OnUserIdChanging void

Public Methods

Method Description
Createaspnet_Profile ( global userId, global propertyNames, global propertyValuesString, global propertyValuesBinary, global lastUpdatedDate ) : aspnet_Profile

Create a new aspnet_Profile object.

Private Methods

Method Description
OnLastUpdatedDateChanged ( ) : void
OnLastUpdatedDateChanging ( global value ) : void
OnPropertyNamesChanged ( ) : void
OnPropertyNamesChanging ( global value ) : void
OnPropertyValuesBinaryChanged ( ) : void
OnPropertyValuesBinaryChanging ( global value ) : void
OnPropertyValuesStringChanged ( ) : void
OnPropertyValuesStringChanging ( global value ) : void
OnUserIdChanged ( ) : void
OnUserIdChanging ( global value ) : void

Method Details

Createaspnet_Profile() public static method

Create a new aspnet_Profile object.
public static Createaspnet_Profile ( global userId, global propertyNames, global propertyValuesString, global propertyValuesBinary, global lastUpdatedDate ) : aspnet_Profile
userId global Initial value of the UserId property.
propertyNames global Initial value of the PropertyNames property.
propertyValuesString global Initial value of the PropertyValuesString property.
propertyValuesBinary global Initial value of the PropertyValuesBinary property.
lastUpdatedDate global Initial value of the LastUpdatedDate property.
return aspnet_Profile