C# Class FT.DB.Image

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: friism/folketsting Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
Image ( ) : System.Data.Linq

Méthodes protégées

Méthode Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Méthode 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 méthode

public Image ( ) : System.Data.Linq
Résultat System.Data.Linq

SendPropertyChanged() protected méthode

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
Résultat void

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void