/
veer
/
Zaya.Primitives
Обзор
Документация
Войти
/
veer
/
Zaya.Primitives
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
docs/api/Zaya.Primitives.DirectoryPathSettingDescriptor.yml
441 строка
16 KB
Vladimir Makarov
docs
29 июл 2026, 13:13
29 июл 2026, 13:13
50b4c9c
Код
Авторство
О чём код?
### YamlMime:ManagedReference items: - uid: Zaya.Primitives.DirectoryPathSettingDescriptor commentId: T:Zaya.Primitives.DirectoryPathSettingDescriptor id: DirectoryPathSettingDescriptor parent: Zaya.Primitives children: - Zaya.Primitives.DirectoryPathSettingDescriptor.#ctor(System.String,Zaya.Primitives.LocalizedString) - Zaya.Primitives.DirectoryPathSettingDescriptor.DefaultValue langs: - csharp - vb name: DirectoryPathSettingDescriptor nameWithType: DirectoryPathSettingDescriptor fullName: Zaya.Primitives.DirectoryPathSettingDescriptor type: Class source: remote: path: src/Zaya.Primitives/SettingDescriptor.cs branch: main repo: https://github.com/shtrasser-dev/Zaya.Primitives id: DirectoryPathSettingDescriptor path: src/Zaya.Primitives/SettingDescriptor.cs startLine: 206 assemblies: - Zaya.Primitives namespace: Zaya.Primitives summary: Descriptor for a directory path setting. Rendered as a text box with a "Browse..." button. example: [] syntax: content: 'public sealed class DirectoryPathSettingDescriptor : SettingDescriptor' content.vb: Public NotInheritable Class DirectoryPathSettingDescriptor Inherits SettingDescriptor inheritance: - System.Object - Zaya.Primitives.SettingDescriptor inheritedMembers: - Zaya.Primitives.SettingDescriptor.Key - Zaya.Primitives.SettingDescriptor.DisplayName - Zaya.Primitives.SettingDescriptor.Description - Zaya.Primitives.SettingDescriptor.IconSvg - Zaya.Primitives.SettingDescriptor.IsVisible - Zaya.Primitives.SettingDescriptor.IsRequired - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.GetHashCode - System.Object.GetType - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.ToString - uid: Zaya.Primitives.DirectoryPathSettingDescriptor.DefaultValue commentId: P:Zaya.Primitives.DirectoryPathSettingDescriptor.DefaultValue id: DefaultValue parent: Zaya.Primitives.DirectoryPathSettingDescriptor langs: - csharp - vb name: DefaultValue nameWithType: DirectoryPathSettingDescriptor.DefaultValue fullName: Zaya.Primitives.DirectoryPathSettingDescriptor.DefaultValue type: Property source: remote: path: src/Zaya.Primitives/SettingDescriptor.cs branch: main repo: https://github.com/shtrasser-dev/Zaya.Primitives id: DefaultValue path: src/Zaya.Primitives/SettingDescriptor.cs startLine: 211 assemblies: - Zaya.Primitives namespace: Zaya.Primitives summary: Gets or sets the default directory path. example: [] syntax: content: public string? DefaultValue { get; init; } parameters: [] return: type: System.String content.vb: Public Property DefaultValue As String overload: Zaya.Primitives.DirectoryPathSettingDescriptor.DefaultValue* - uid: Zaya.Primitives.DirectoryPathSettingDescriptor.#ctor(System.String,Zaya.Primitives.LocalizedString) commentId: M:Zaya.Primitives.DirectoryPathSettingDescriptor.#ctor(System.String,Zaya.Primitives.LocalizedString) id: '#ctor(System.String,Zaya.Primitives.LocalizedString)' parent: Zaya.Primitives.DirectoryPathSettingDescriptor langs: - csharp - vb name: DirectoryPathSettingDescriptor(string, LocalizedString) nameWithType: DirectoryPathSettingDescriptor.DirectoryPathSettingDescriptor(string, LocalizedString) fullName: Zaya.Primitives.DirectoryPathSettingDescriptor.DirectoryPathSettingDescriptor(string, Zaya.Primitives.LocalizedString) type: Constructor source: remote: path: src/Zaya.Primitives/SettingDescriptor.cs branch: main repo: https://github.com/shtrasser-dev/Zaya.Primitives id: .ctor path: src/Zaya.Primitives/SettingDescriptor.cs startLine: 218 assemblies: - Zaya.Primitives namespace: Zaya.Primitives summary: Initializes a new instance of the <xref href="Zaya.Primitives.DirectoryPathSettingDescriptor" data-throw-if-not-resolved="false"></xref> class. example: [] syntax: content: public DirectoryPathSettingDescriptor(string key, LocalizedString displayName) parameters: - id: key type: System.String description: Machine-readable key for this setting. - id: displayName type: Zaya.Primitives.LocalizedString description: Localizable UI label. content.vb: Public Sub New(key As String, displayName As LocalizedString) overload: Zaya.Primitives.DirectoryPathSettingDescriptor.#ctor* nameWithType.vb: DirectoryPathSettingDescriptor.New(String, LocalizedString) fullName.vb: Zaya.Primitives.DirectoryPathSettingDescriptor.New(String, Zaya.Primitives.LocalizedString) name.vb: New(String, LocalizedString) references: - uid: Zaya.Primitives commentId: N:Zaya.Primitives href: Zaya.html name: Zaya.Primitives nameWithType: Zaya.Primitives fullName: Zaya.Primitives spec.csharp: - uid: Zaya name: Zaya href: Zaya.html - name: . - uid: Zaya.Primitives name: Primitives href: Zaya.Primitives.html spec.vb: - uid: Zaya name: Zaya href: Zaya.html - name: . - uid: Zaya.Primitives name: Primitives href: Zaya.Primitives.html - uid: System.Object commentId: T:System.Object parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object name: object nameWithType: object fullName: object nameWithType.vb: Object fullName.vb: Object name.vb: Object - uid: Zaya.Primitives.SettingDescriptor commentId: T:Zaya.Primitives.SettingDescriptor parent: Zaya.Primitives href: Zaya.Primitives.SettingDescriptor.html name: SettingDescriptor nameWithType: SettingDescriptor fullName: Zaya.Primitives.SettingDescriptor - uid: Zaya.Primitives.SettingDescriptor.Key commentId: P:Zaya.Primitives.SettingDescriptor.Key parent: Zaya.Primitives.SettingDescriptor href: Zaya.Primitives.SettingDescriptor.html#Zaya_Primitives_SettingDescriptor_Key name: Key nameWithType: SettingDescriptor.Key fullName: Zaya.Primitives.SettingDescriptor.Key - uid: Zaya.Primitives.SettingDescriptor.DisplayName commentId: P:Zaya.Primitives.SettingDescriptor.DisplayName parent: Zaya.Primitives.SettingDescriptor href: Zaya.Primitives.SettingDescriptor.html#Zaya_Primitives_SettingDescriptor_DisplayName name: DisplayName nameWithType: SettingDescriptor.DisplayName fullName: Zaya.Primitives.SettingDescriptor.DisplayName - uid: Zaya.Primitives.SettingDescriptor.Description commentId: P:Zaya.Primitives.SettingDescriptor.Description parent: Zaya.Primitives.SettingDescriptor href: Zaya.Primitives.SettingDescriptor.html#Zaya_Primitives_SettingDescriptor_Description name: Description nameWithType: SettingDescriptor.Description fullName: Zaya.Primitives.SettingDescriptor.Description - uid: Zaya.Primitives.SettingDescriptor.IconSvg commentId: P:Zaya.Primitives.SettingDescriptor.IconSvg parent: Zaya.Primitives.SettingDescriptor href: Zaya.Primitives.SettingDescriptor.html#Zaya_Primitives_SettingDescriptor_IconSvg name: IconSvg nameWithType: SettingDescriptor.IconSvg fullName: Zaya.Primitives.SettingDescriptor.IconSvg - uid: Zaya.Primitives.SettingDescriptor.IsVisible commentId: P:Zaya.Primitives.SettingDescriptor.IsVisible parent: Zaya.Primitives.SettingDescriptor href: Zaya.Primitives.SettingDescriptor.html#Zaya_Primitives_SettingDescriptor_IsVisible name: IsVisible nameWithType: SettingDescriptor.IsVisible fullName: Zaya.Primitives.SettingDescriptor.IsVisible - uid: Zaya.Primitives.SettingDescriptor.IsRequired commentId: P:Zaya.Primitives.SettingDescriptor.IsRequired parent: Zaya.Primitives.SettingDescriptor href: Zaya.Primitives.SettingDescriptor.html#Zaya_Primitives_SettingDescriptor_IsRequired name: IsRequired nameWithType: SettingDescriptor.IsRequired fullName: Zaya.Primitives.SettingDescriptor.IsRequired - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) name: Equals(object) nameWithType: object.Equals(object) fullName: object.Equals(object) nameWithType.vb: Object.Equals(Object) fullName.vb: Object.Equals(Object) name.vb: Equals(Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) name: Equals(object, object) nameWithType: object.Equals(object, object) fullName: object.Equals(object, object) nameWithType.vb: Object.Equals(Object, Object) fullName.vb: Object.Equals(Object, Object) name.vb: Equals(Object, Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode name: GetHashCode() nameWithType: object.GetHashCode() fullName: object.GetHashCode() nameWithType.vb: Object.GetHashCode() fullName.vb: Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype name: GetType() nameWithType: object.GetType() fullName: object.GetType() nameWithType.vb: Object.GetType() fullName.vb: Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) spec.vb: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals name: ReferenceEquals(object, object) nameWithType: object.ReferenceEquals(object, object) fullName: object.ReferenceEquals(object, object) nameWithType.vb: Object.ReferenceEquals(Object, Object) fullName.vb: Object.ReferenceEquals(Object, Object) name.vb: ReferenceEquals(Object, Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring name: ToString() nameWithType: object.ToString() fullName: object.ToString() nameWithType.vb: Object.ToString() fullName.vb: Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) spec.vb: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) - uid: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: Zaya.Primitives.DirectoryPathSettingDescriptor.DefaultValue* commentId: Overload:Zaya.Primitives.DirectoryPathSettingDescriptor.DefaultValue href: Zaya.Primitives.DirectoryPathSettingDescriptor.html#Zaya_Primitives_DirectoryPathSettingDescriptor_DefaultValue name: DefaultValue nameWithType: DirectoryPathSettingDescriptor.DefaultValue fullName: Zaya.Primitives.DirectoryPathSettingDescriptor.DefaultValue - uid: System.String commentId: T:System.String parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: string nameWithType: string fullName: string nameWithType.vb: String fullName.vb: String name.vb: String - uid: Zaya.Primitives.DirectoryPathSettingDescriptor commentId: T:Zaya.Primitives.DirectoryPathSettingDescriptor href: Zaya.Primitives.DirectoryPathSettingDescriptor.html name: DirectoryPathSettingDescriptor nameWithType: DirectoryPathSettingDescriptor fullName: Zaya.Primitives.DirectoryPathSettingDescriptor - uid: Zaya.Primitives.DirectoryPathSettingDescriptor.#ctor* commentId: Overload:Zaya.Primitives.DirectoryPathSettingDescriptor.#ctor href: Zaya.Primitives.DirectoryPathSettingDescriptor.html#Zaya_Primitives_DirectoryPathSettingDescriptor__ctor_System_String_Zaya_Primitives_LocalizedString_ name: DirectoryPathSettingDescriptor nameWithType: DirectoryPathSettingDescriptor.DirectoryPathSettingDescriptor fullName: Zaya.Primitives.DirectoryPathSettingDescriptor.DirectoryPathSettingDescriptor nameWithType.vb: DirectoryPathSettingDescriptor.New fullName.vb: Zaya.Primitives.DirectoryPathSettingDescriptor.New name.vb: New - uid: Zaya.Primitives.LocalizedString commentId: T:Zaya.Primitives.LocalizedString parent: Zaya.Primitives href: Zaya.Primitives.LocalizedString.html name: LocalizedString nameWithType: LocalizedString fullName: Zaya.Primitives.LocalizedString