C# Class Tp.LegacyProfileConvertsion.Common.GlobalSetting

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Private Properties

Свойство Type Description
OnAppHostAndPathChanged void
OnAppHostAndPathChanging void
OnCompanyNameChanged void
OnCompanyNameChanging void
OnCreated void
OnCsvExportDelimiterChanged void
OnCsvExportDelimiterChanging void
OnDisableHttpAccessChanged void
OnDisableHttpAccessChanging void
OnGlobalSettingIDChanged void
OnGlobalSettingIDChanging void
OnHelpDeskPortalPathChanged void
OnHelpDeskPortalPathChanging void
OnIsEmailNotificationsEnabledChanged void
OnIsEmailNotificationsEnabledChanging void
OnLoaded void
OnLogoChanged void
OnLogoChanging void
OnNotifyAutoCreatedRequesterChanged void
OnNotifyAutoCreatedRequesterChanging void
OnNotifyRequesterChanged void
OnNotifyRequesterChanging void
OnSMTPAuthenticationChanged void
OnSMTPAuthenticationChanging void
OnSMTPLoginChanged void
OnSMTPLoginChanging void
OnSMTPPasswordChanged void
OnSMTPPasswordChanging void
OnSMTPPortChanged void
OnSMTPPortChanging void
OnSMTPSenderChanged void
OnSMTPSenderChanging void
OnSMTPServerChanged void
OnSMTPServerChanging void
OnValidate void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
OnAppHostAndPathChanged ( ) : void
OnAppHostAndPathChanging ( string value ) : void
OnCompanyNameChanged ( ) : void
OnCompanyNameChanging ( string value ) : void
OnCreated ( ) : void
OnCsvExportDelimiterChanged ( ) : void
OnCsvExportDelimiterChanging ( string value ) : void
OnDisableHttpAccessChanged ( ) : void
OnDisableHttpAccessChanging ( System value ) : void
OnGlobalSettingIDChanged ( ) : void
OnGlobalSettingIDChanging ( int value ) : void
OnHelpDeskPortalPathChanged ( ) : void
OnHelpDeskPortalPathChanging ( string value ) : void
OnIsEmailNotificationsEnabledChanged ( ) : void
OnIsEmailNotificationsEnabledChanging ( System value ) : void
OnLoaded ( ) : void
OnLogoChanged ( ) : void
OnLogoChanging ( System value ) : void
OnNotifyAutoCreatedRequesterChanged ( ) : void
OnNotifyAutoCreatedRequesterChanging ( System value ) : void
OnNotifyRequesterChanged ( ) : void
OnNotifyRequesterChanging ( System value ) : void
OnSMTPAuthenticationChanged ( ) : void
OnSMTPAuthenticationChanging ( System value ) : void
OnSMTPLoginChanged ( ) : void
OnSMTPLoginChanging ( string value ) : void
OnSMTPPasswordChanged ( ) : void
OnSMTPPasswordChanging ( string value ) : void
OnSMTPPortChanged ( ) : void
OnSMTPPortChanging ( System value ) : void
OnSMTPSenderChanged ( ) : void
OnSMTPSenderChanging ( string value ) : void
OnSMTPServerChanged ( ) : void
OnSMTPServerChanging ( string value ) : void
OnValidate ( System action ) : void

Method Details

GlobalSetting() public méthode

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