Skip to content

Commit

Permalink
[Doc] Doc updated
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyBP committed Nov 19, 2024
1 parent c714e31 commit 908d664
Show file tree
Hide file tree
Showing 389 changed files with 66,395 additions and 88,910 deletions.
46 changes: 17 additions & 29 deletions Apizr/Docs/Apizr.Docs/api/.manifest

Large diffs are not rendered by default.

162 changes: 81 additions & 81 deletions Apizr/Docs/Apizr.Docs/api/Apizr.ApizrBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ items:
repo: https://github.com/Respawnsive/Apizr.git
id: ApizrBuilder
path: ../../Src/Apizr/ApizrBuilder.cs
startLine: 36
startLine: 32
assemblies:
- Apizr
namespace: Apizr
Expand All @@ -42,13 +42,13 @@ items:
implements:
- Apizr.IApizrBuilder
inheritedMembers:
- System.Object.ToString
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- Apizr.IApizrBuilder.Apizr.FileTransferOptionsBuilderExtensions.CreateDownloadManager(System.Action{Apizr.Configuring.Manager.IApizrManagerOptionsBuilder})
- Apizr.IApizrBuilder.Apizr.FileTransferOptionsBuilderExtensions.CreateDownloadManagerFor``1(System.Action{Apizr.Configuring.Manager.IApizrManagerOptionsBuilder})
Expand Down Expand Up @@ -81,7 +81,7 @@ items:
repo: https://github.com/Respawnsive/Apizr.git
id: Current
path: ../../Src/Apizr/ApizrBuilder.cs
startLine: 47
startLine: 43
assemblies:
- Apizr
namespace: Apizr
Expand Down Expand Up @@ -112,7 +112,7 @@ items:
repo: https://github.com/Respawnsive/Apizr.git
id: CreateRegistry
path: ../../Src/Apizr/ApizrBuilder.cs
startLine: 52
startLine: 48
assemblies:
- Apizr
namespace: Apizr
Expand Down Expand Up @@ -155,7 +155,7 @@ items:
repo: https://github.com/Respawnsive/Apizr.git
id: CreateCrudManagerFor
path: ../../Src/Apizr/ApizrBuilder.cs
startLine: 61
startLine: 57
assemblies:
- Apizr
namespace: Apizr
Expand Down Expand Up @@ -203,7 +203,7 @@ items:
repo: https://github.com/Respawnsive/Apizr.git
id: CreateCrudManagerFor
path: ../../Src/Apizr/ApizrBuilder.cs
startLine: 71
startLine: 67
assemblies:
- Apizr
namespace: Apizr
Expand Down Expand Up @@ -253,7 +253,7 @@ items:
repo: https://github.com/Respawnsive/Apizr.git
id: CreateCrudManagerFor
path: ../../Src/Apizr/ApizrBuilder.cs
startLine: 81
startLine: 77
assemblies:
- Apizr
namespace: Apizr
Expand Down Expand Up @@ -305,7 +305,7 @@ items:
repo: https://github.com/Respawnsive/Apizr.git
id: CreateCrudManagerFor
path: ../../Src/Apizr/ApizrBuilder.cs
startLine: 94
startLine: 90
assemblies:
- Apizr
namespace: Apizr
Expand Down Expand Up @@ -359,7 +359,7 @@ items:
repo: https://github.com/Respawnsive/Apizr.git
id: CreateCrudManagerFor
path: ../../Src/Apizr/ApizrBuilder.cs
startLine: 107
startLine: 103
assemblies:
- Apizr
namespace: Apizr
Expand Down Expand Up @@ -418,7 +418,7 @@ items:
repo: https://github.com/Respawnsive/Apizr.git
id: CreateManagerFor
path: ../../Src/Apizr/ApizrBuilder.cs
startLine: 122
startLine: 118
assemblies:
- Apizr
namespace: Apizr
Expand Down Expand Up @@ -461,7 +461,7 @@ items:
repo: https://github.com/Respawnsive/Apizr.git
id: CreateManagerFor
path: ../../Src/Apizr/ApizrBuilder.cs
startLine: 130
startLine: 126
assemblies:
- Apizr
namespace: Apizr
Expand Down Expand Up @@ -516,6 +516,30 @@ references:
name: IApizrBuilder
nameWithType: IApizrBuilder
fullName: Apizr.IApizrBuilder
- 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.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
Expand Down Expand Up @@ -594,6 +618,51 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- 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.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
Expand Down Expand Up @@ -666,75 +735,6 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- 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: Apizr.IApizrBuilder.Apizr.FileTransferOptionsBuilderExtensions.CreateDownloadManager(System.Action{Apizr.Configuring.Manager.IApizrManagerOptionsBuilder})
commentId: M:Apizr.FileTransferOptionsBuilderExtensions.CreateDownloadManager(Apizr.IApizrBuilder,System.Action{Apizr.Configuring.Manager.IApizrManagerOptionsBuilder})
parent: Apizr.FileTransferOptionsBuilderExtensions
Expand Down
Loading

0 comments on commit 908d664

Please sign in to comment.