Property | Type | Description | |
---|---|---|---|
OnLastUpdatedDateChanged | void | ||
OnLastUpdatedDateChanging | void | ||
OnPropertyNamesChanged | void | ||
OnPropertyNamesChanging | void | ||
OnPropertyValuesBinaryChanged | void | ||
OnPropertyValuesBinaryChanging | void | ||
OnPropertyValuesStringChanged | void | ||
OnPropertyValuesStringChanging | void | ||
OnUserIdChanged | void | ||
OnUserIdChanging | void |
Method | Description | |
---|---|---|
Createaspnet_Profile ( global userId, global propertyNames, global propertyValuesString, global propertyValuesBinary, global lastUpdatedDate ) : |
Create a new aspnet_Profile object.
|
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 |
public static Createaspnet_Profile ( global userId, global propertyNames, global propertyValuesString, global propertyValuesBinary, global lastUpdatedDate ) : |
||
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 |