C# Class IndignadoServer.LinqDataContext.Interese

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Mostrar archivo Open project: Throy/derp-octo-robot Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnLoaded void
OnValidate void
OnidCategoriaTematicaChanged void
OnidCategoriaTematicaChanging void
OnidUsuarioChanged void
OnidUsuarioChanging void

Public Methods

Method Description
Interese ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnLoaded ( ) : void
OnValidate ( System action ) : void
OnidCategoriaTematicaChanged ( ) : void
OnidCategoriaTematicaChanging ( int value ) : void
OnidUsuarioChanged ( ) : void
OnidUsuarioChanging ( int value ) : void

Method Details

Interese() public method

public Interese ( ) : 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