C# Class FaultData.Database.MeterLocation

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: GridProtectionAlliance/openXDA Class Usage Examples

Private Properties

Свойство Type Description
OnAliasChanged void
OnAliasChanging void
OnAssetKeyChanged void
OnAssetKeyChanging void
OnCreated void
OnDescriptionChanged void
OnDescriptionChanging void
OnIDChanged void
OnIDChanging void
OnLatitudeChanged void
OnLatitudeChanging void
OnLoaded void
OnLongitudeChanged void
OnLongitudeChanging void
OnNameChanged void
OnNameChanging void
OnShortNameChanged void
OnShortNameChanging void
OnValidate void
attach_MeterLocationLines void
attach_Meters void
detach_MeterLocationLines void
detach_Meters void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
OnAliasChanged ( ) : void
OnAliasChanging ( string value ) : void
OnAssetKeyChanged ( ) : void
OnAssetKeyChanging ( string value ) : void
OnCreated ( ) : void
OnDescriptionChanged ( ) : void
OnDescriptionChanging ( string value ) : void
OnIDChanged ( ) : void
OnIDChanging ( int value ) : void
OnLatitudeChanged ( ) : void
OnLatitudeChanging ( double value ) : void
OnLoaded ( ) : void
OnLongitudeChanged ( ) : void
OnLongitudeChanging ( double value ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnShortNameChanged ( ) : void
OnShortNameChanging ( string value ) : void
OnValidate ( System action ) : void
attach_MeterLocationLines ( MeterLocationLine entity ) : void
attach_Meters ( Meter entity ) : void
detach_MeterLocationLines ( MeterLocationLine entity ) : void
detach_Meters ( Meter entity ) : void

Method Details

MeterLocation() public méthode

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