C# Class Tp.LegacyProfileConvertsion.Common.GlobalSetting

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Show file Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Private Properties

Property 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

Public Methods

Method Description
GlobalSetting ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method 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 method

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