C# Class FT.DB.ApiUser

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Mostra file Open project: friism/folketsting Class Usage Examples

Private Properties

Property Type Description
Initialize void
OnApiKeyChanged void
OnApiKeyChanging void
OnApiUserIdChanged void
OnApiUserIdChanging void
OnCreated void
OnCreatedDateChanged void
OnCreatedDateChanging void
OnDeserializing void
OnEmailAddressChanged void
OnEmailAddressChanging void
OnIntendedUseChanged void
OnIntendedUseChanging void
OnLoaded void
OnValidate void

Public Methods

Method Description
ApiUser ( ) : System.Data.Linq

Protected Methods

Method Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Method Description
Initialize ( ) : void
OnApiKeyChanged ( ) : void
OnApiKeyChanging ( string value ) : void
OnApiUserIdChanged ( ) : void
OnApiUserIdChanging ( int value ) : void
OnCreated ( ) : void
OnCreatedDateChanged ( ) : void
OnCreatedDateChanging ( System value ) : void
OnDeserializing ( StreamingContext context ) : void
OnEmailAddressChanged ( ) : void
OnEmailAddressChanging ( string value ) : void
OnIntendedUseChanged ( ) : void
OnIntendedUseChanging ( string value ) : void
OnLoaded ( ) : void
OnValidate ( System action ) : void

Method Details

ApiUser() public method

public ApiUser ( ) : System.Data.Linq
return System.Data.Linq

SendPropertyChanged() protected method

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
return void

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void