• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Dapplo.ActiveDirectory
    • ActiveDirectoryExtensions
    • ActiveDirectoryGlobals
    • AdPropertyAttribute
    • IAdObject
    • IAdObjectFactory
  • Dapplo.ActiveDirectory.Entities
    • Comparisons
    • DistinguishedName
    • Operators
    • Property
    • PropertyComparison
    • Query
    • QueryElement
    • Value
  • Dapplo.ActiveDirectory.Enums
    • AdProperties
    • ClassNames
    • ComputerProperties
    • DistinguishedNameAttributes
    • UserAccountControlFlags
    • UserProperties
  • Dapplo.ActiveDirectory.Extensions
    • AdDateTimeExtensions
    • DirectoryEntryPropertyExtensions
    • EnumExtensions
    • PropertyInfoExtension
  • Dapplo.ActiveDirectory.Finder
    • FinderAddonModule
    • Startup
  • Dapplo.ActiveDirectory.Finder.Configuration
    • IFinderTranslations
  • Dapplo.ActiveDirectory.Finder.Entities
    • IUser
  • Dapplo.ActiveDirectory.Finder.Ui.ViewModels
    • FinderViewModel
  • Dapplo.ActiveDirectory.Finder.Ui.Views
    • FinderView
  • Dapplo.ActiveDirectory.Internal
    • IAdsLargeInteger
    • IADsSecurityDescriptor
    • SimpleDictionaryProxy

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 Source

Configuration

This describes the name of the configuration window and system tray icon

Declaration
string Configuration { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Title

The title of the application

Declaration
string Title { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © Dapplo