Interface IFinderTranslations
The translations for Finder
Inherited Members
Dapplo.Config.Language.ILanguage.TryGetTranslation(System.String, System.String)
Dapplo.Config.Language.ILanguage.Keys()
Dapplo.Config.Language.ILanguage.PropertyFreeKeys()
Dapplo.Config.Language.ILanguage.PrefixName()
Dapplo.Config.Language.ILanguage.Item[System.String]
Dapplo.Config.Language.ILanguage.LanguageChanged
Dapplo.Config.Interfaces.IConfiguration<System.String>.Properties()
Dapplo.Config.Interfaces.IConfiguration<System.String>.PropertyNames()
Dapplo.Config.Interfaces.IDescription.DescriptionFor(System.String)
Dapplo.Config.Interfaces.IWriteProtectProperties.DisableWriteProtect(System.String)
Dapplo.Config.Interfaces.IWriteProtectProperties.IsWriteProtected(System.String)
Dapplo.Config.Interfaces.IWriteProtectProperties.RemoveWriteProtection()
Dapplo.Config.Interfaces.IWriteProtectProperties.StartWriteProtecting()
Dapplo.Config.Interfaces.IWriteProtectProperties.StopWriteProtecting()
Dapplo.Config.Interfaces.IWriteProtectProperties.WriteProtect(System.String)
Dapplo.Config.Interfaces.IHasChanges.TrackChanges()
Dapplo.Config.Interfaces.IHasChanges.DoNotTrackChanges()
Dapplo.Config.Interfaces.IHasChanges.HasChanges()
Dapplo.Config.Interfaces.IHasChanges.ResetHasChanges()
Dapplo.Config.Interfaces.IHasChanges.Changes()
Dapplo.Config.Interfaces.IHasChanges.IsChanged(System.String)
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
System.ComponentModel.INotifyPropertyChanging.PropertyChanging
Dapplo.Config.Interfaces.ITransactionalProperties.CommitTransaction()
Dapplo.Config.Interfaces.ITransactionalProperties.IsTransactionDirty()
Dapplo.Config.Interfaces.ITransactionalProperties.RollbackTransaction()
Dapplo.Config.Interfaces.ITransactionalProperties.StartTransaction()
Dapplo.Config.Interfaces.ITagging.GetTagValue(System.String, System.Object)
Dapplo.Config.Interfaces.ITagging.IsTaggedWith(System.String, System.Object)
Dapplo.Config.Interfaces.IShallowCloneable.ShallowClone()
Dapplo.CaliburnMicro.Translations.IConfigTranslations.Filter
Dapplo.CaliburnMicro.Translations.ICoreTranslations.Cancel
Dapplo.CaliburnMicro.Translations.ICoreTranslations.Ok
Dapplo.Config.Interfaces.IDefaultValue.DefaultValueFor(System.String)
Dapplo.Config.Interfaces.IDefaultValue.RestoreToDefault(System.String)
Namespace: Dapplo.ActiveDirectory.Finder.Configuration
Assembly: Dapplo.ActiveDirectory.Finder.dll
Syntax
[Language("Finder")]
public interface IFinderTranslations : ILanguage, IConfiguration<string>, IConfiguration, IDescription, IWriteProtectProperties, IHasChanges, INotifyPropertyChanged, INotifyPropertyChanging, ITransactionalProperties, ITagging, IShallowCloneable, IConfigTranslations, ICoreTranslations, IDefaultValue
Properties
| Improve this Doc View SourceConfiguration
This describes the name of the configuration window and system tray icon
Declaration
string Configuration { get; }
Property Value
Type | Description |
---|---|
System.String |
Title
The title of the application
Declaration
string Title { get; }
Property Value
Type | Description |
---|---|
System.String |