C# Class FT.DB.Image

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

Private Properties

Property Type Description
Initialize void
OnContentTypeChanged void
OnContentTypeChanging void
OnCreated void
OnDataChanged void
OnDataChanging void
OnDeserializing void
OnImageIdChanged void
OnImageIdChanging void
OnLoaded void
OnSerialized void
OnSerializing void
OnValidate void
attach_Politicians1 void
detach_Politicians1 void

Public Methods

Method Description
Image ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
Initialize ( ) : void
OnContentTypeChanged ( ) : void
OnContentTypeChanging ( string value ) : void
OnCreated ( ) : void
OnDataChanged ( ) : void
OnDataChanging ( System value ) : void
OnDeserializing ( StreamingContext context ) : void
OnImageIdChanged ( ) : void
OnImageIdChanging ( int value ) : void
OnLoaded ( ) : void
OnSerialized ( StreamingContext context ) : void
OnSerializing ( StreamingContext context ) : void
OnValidate ( System action ) : void
attach_Politicians1 ( Politician entity ) : void
detach_Politicians1 ( Politician entity ) : void

Method Details

Image() public method

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