C# Class FLS.SharePoint.BdcModel.BdcModel1.ExternalUser

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: ivankozyrev/fls-internal-portal Class Usage Examples

Private Properties

Свойство Type Description
OnCreated void
OnEmailChanged void
OnEmailChanging void
OnLoaded void
OnNameChanged void
OnNameChanging void
OnUserIDChanged void
OnUserIDChanging void
OnValidate void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
OnCreated ( ) : void
OnEmailChanged ( ) : void
OnEmailChanging ( string value ) : void
OnLoaded ( ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnUserIDChanged ( ) : void
OnUserIDChanging ( int value ) : void
OnValidate ( System action ) : void

Method Details

ExternalUser() public méthode

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