C# Class OpenIdProvider.Models.UserType

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
显示文件 Open project: StackExchange/StackID Class Usage Examples

Private Properties

Property Type Description
Initialize void
OnCreated void
OnDescriptionChanged void
OnDescriptionChanging void
OnDeserializing void
OnIdChanged void
OnIdChanging void
OnLoaded void
OnNameChanged void
OnNameChanging void
OnValidate void

Public Methods

Method Description
UserType ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
Initialize ( ) : void
OnCreated ( ) : void
OnDescriptionChanged ( ) : void
OnDescriptionChanging ( string value ) : void
OnDeserializing ( StreamingContext context ) : void
OnIdChanged ( ) : void
OnIdChanging ( byte value ) : void
OnLoaded ( ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnValidate ( System action ) : void

Method Details

SendPropertyChanged() protected method

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

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void

UserType() public method

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