mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-23 09:35:38 -05:00
Add initial doxfx content
This commit is contained in:
@@ -0,0 +1,470 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Constants
|
||||
commentId: T:Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Constants
|
||||
id: Constants
|
||||
parent: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol
|
||||
children:
|
||||
- Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Constants.ContentLengthFormatString
|
||||
- Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Constants.JsonSerializerSettings
|
||||
- Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Constants.SqlLoginAuthenticationType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Constants
|
||||
nameWithType: Constants
|
||||
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Constants
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: src/Microsoft.SqlTools.ServiceLayer/Hosting/Protocol/Constants.cs
|
||||
branch: master
|
||||
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
||||
id: Constants
|
||||
path: ../src/Microsoft.SqlTools.ServiceLayer/Hosting/Protocol/Constants.cs
|
||||
startLine: 10
|
||||
assemblies:
|
||||
- Microsoft.SqlTools.ServiceLayer
|
||||
namespace: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol
|
||||
syntax:
|
||||
content: public static class Constants
|
||||
content.vb: Public Module Constants
|
||||
inheritance:
|
||||
- System.Object
|
||||
inheritedMembers:
|
||||
- System.Object.Equals(System.Object)
|
||||
- System.Object.Equals(System.Object,System.Object)
|
||||
- System.Object.GetHashCode
|
||||
- System.Object.GetType
|
||||
- System.Object.MemberwiseClone
|
||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
- System.Object.ToString
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Module
|
||||
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Constants.ContentLengthFormatString
|
||||
commentId: F:Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Constants.ContentLengthFormatString
|
||||
id: ContentLengthFormatString
|
||||
parent: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Constants
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ContentLengthFormatString
|
||||
nameWithType: Constants.ContentLengthFormatString
|
||||
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Constants.ContentLengthFormatString
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: src/Microsoft.SqlTools.ServiceLayer/Hosting/Protocol/Constants.cs
|
||||
branch: master
|
||||
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
||||
id: ContentLengthFormatString
|
||||
path: ../src/Microsoft.SqlTools.ServiceLayer/Hosting/Protocol/Constants.cs
|
||||
startLine: 12
|
||||
assemblies:
|
||||
- Microsoft.SqlTools.ServiceLayer
|
||||
namespace: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol
|
||||
syntax:
|
||||
content: 'public const string ContentLengthFormatString = "Content-Length: {0}\r\n\r\n"'
|
||||
content.vb: 'Public Const ContentLengthFormatString As String = "Content-Length: {0}" & vbCrLf & vbCrLf'
|
||||
return:
|
||||
type: System.String
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Constants.JsonSerializerSettings
|
||||
commentId: F:Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Constants.JsonSerializerSettings
|
||||
id: JsonSerializerSettings
|
||||
parent: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Constants
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: JsonSerializerSettings
|
||||
nameWithType: Constants.JsonSerializerSettings
|
||||
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Constants.JsonSerializerSettings
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: src/Microsoft.SqlTools.ServiceLayer/Hosting/Protocol/Constants.cs
|
||||
branch: master
|
||||
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
||||
id: JsonSerializerSettings
|
||||
path: ../src/Microsoft.SqlTools.ServiceLayer/Hosting/Protocol/Constants.cs
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- Microsoft.SqlTools.ServiceLayer
|
||||
namespace: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol
|
||||
syntax:
|
||||
content: public static readonly JsonSerializerSettings JsonSerializerSettings
|
||||
content.vb: Public Shared ReadOnly JsonSerializerSettings As JsonSerializerSettings
|
||||
return:
|
||||
type: Newtonsoft.Json.JsonSerializerSettings
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Constants.SqlLoginAuthenticationType
|
||||
commentId: F:Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Constants.SqlLoginAuthenticationType
|
||||
id: SqlLoginAuthenticationType
|
||||
parent: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Constants
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: SqlLoginAuthenticationType
|
||||
nameWithType: Constants.SqlLoginAuthenticationType
|
||||
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Constants.SqlLoginAuthenticationType
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: src/Microsoft.SqlTools.ServiceLayer/Hosting/Protocol/Constants.cs
|
||||
branch: master
|
||||
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
||||
id: SqlLoginAuthenticationType
|
||||
path: ../src/Microsoft.SqlTools.ServiceLayer/Hosting/Protocol/Constants.cs
|
||||
startLine: 15
|
||||
assemblies:
|
||||
- Microsoft.SqlTools.ServiceLayer
|
||||
namespace: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol
|
||||
syntax:
|
||||
content: public static readonly string SqlLoginAuthenticationType
|
||||
content.vb: Public Shared ReadOnly SqlLoginAuthenticationType As String
|
||||
return:
|
||||
type: System.String
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
references:
|
||||
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol
|
||||
commentId: N:Microsoft.SqlTools.ServiceLayer.Hosting.Protocol
|
||||
isExternal: false
|
||||
name: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol
|
||||
nameWithType: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol
|
||||
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object)
|
||||
nameWithType: Object.Equals(Object)
|
||||
fullName: System.Object.Equals(System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object, Object)
|
||||
nameWithType: Object.Equals(Object, Object)
|
||||
fullName: System.Object.Equals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetHashCode
|
||||
commentId: M:System.Object.GetHashCode
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetHashCode()
|
||||
nameWithType: Object.GetHashCode()
|
||||
fullName: System.Object.GetHashCode()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetType
|
||||
commentId: M:System.Object.GetType
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetType()
|
||||
nameWithType: Object.GetType()
|
||||
fullName: System.Object.GetType()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.MemberwiseClone
|
||||
commentId: M:System.Object.MemberwiseClone
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: MemberwiseClone()
|
||||
nameWithType: Object.MemberwiseClone()
|
||||
fullName: System.Object.MemberwiseClone()
|
||||
spec.csharp:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ReferenceEquals(Object, Object)
|
||||
nameWithType: Object.ReferenceEquals(Object, Object)
|
||||
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ToString
|
||||
commentId: M:System.Object.ToString
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ToString()
|
||||
nameWithType: Object.ToString()
|
||||
fullName: System.Object.ToString()
|
||||
spec.csharp:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: false
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
- uid: Newtonsoft.Json.JsonSerializerSettings
|
||||
commentId: T:Newtonsoft.Json.JsonSerializerSettings
|
||||
parent: Newtonsoft.Json
|
||||
isExternal: true
|
||||
name: JsonSerializerSettings
|
||||
nameWithType: JsonSerializerSettings
|
||||
fullName: Newtonsoft.Json.JsonSerializerSettings
|
||||
- uid: Newtonsoft.Json
|
||||
commentId: N:Newtonsoft.Json
|
||||
isExternal: false
|
||||
name: Newtonsoft.Json
|
||||
nameWithType: Newtonsoft.Json
|
||||
fullName: Newtonsoft.Json
|
||||
Reference in New Issue
Block a user