Add initial doxfx content

This commit is contained in:
Karl Burtram
2016-12-15 16:37:50 -08:00
parent 5a15a2cdf1
commit e3c080b2a0
539 changed files with 232202 additions and 1 deletions

View File

@@ -0,0 +1,591 @@
### YamlMime:ManagedReference
items:
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest
commentId: T:Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest
id: InitializeRequest
parent: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts
children:
- Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest.Capabilities
- Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest.RootPath
- Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest.Type
langs:
- csharp
- vb
name: InitializeRequest
nameWithType: InitializeRequest
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest
type: Class
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/Hosting/Contracts/Initialize.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: InitializeRequest
path: ../src/Microsoft.SqlTools.ServiceLayer/Hosting/Contracts/Initialize.cs
startLine: 9
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts
syntax:
content: public class InitializeRequest
content.vb: Public Class InitializeRequest
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
- class
modifiers.vb:
- Public
- Class
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest.Type
commentId: F:Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest.Type
id: Type
parent: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest
langs:
- csharp
- vb
name: Type
nameWithType: InitializeRequest.Type
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest.Type
type: Field
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/Hosting/Contracts/Initialize.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: Type
path: ../src/Microsoft.SqlTools.ServiceLayer/Hosting/Contracts/Initialize.cs
startLine: 12
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts
syntax:
content: public static readonly RequestType<InitializeRequest, InitializeResult> Type
content.vb: Public Shared ReadOnly Type As RequestType(Of InitializeRequest, InitializeResult)
return:
type: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts.RequestType{Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest,Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeResult}
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest.RootPath
commentId: P:Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest.RootPath
id: RootPath
parent: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest
langs:
- csharp
- vb
name: RootPath
nameWithType: InitializeRequest.RootPath
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest.RootPath
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/Hosting/Contracts/Initialize.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: RootPath
path: ../src/Microsoft.SqlTools.ServiceLayer/Hosting/Contracts/Initialize.cs
startLine: 20
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts
summary: "\nGets or sets the root path of the editor's open workspace.\nIf null it is assumed that a file was opened without having\na workspace open.\n"
example: []
syntax:
content: public string RootPath { get; set; }
content.vb: Public Property RootPath As String
parameters: []
return:
type: System.String
overload: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest.RootPath*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest.Capabilities
commentId: P:Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest.Capabilities
id: Capabilities
parent: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest
langs:
- csharp
- vb
name: Capabilities
nameWithType: InitializeRequest.Capabilities
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest.Capabilities
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/Hosting/Contracts/Initialize.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: Capabilities
path: ../src/Microsoft.SqlTools.ServiceLayer/Hosting/Contracts/Initialize.cs
startLine: 25
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts
summary: "\nGets or sets the capabilities provided by the client (editor).\n"
example: []
syntax:
content: public ClientCapabilities Capabilities { get; set; }
content.vb: Public Property Capabilities As ClientCapabilities
parameters: []
return:
type: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.ClientCapabilities
overload: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest.Capabilities*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
references:
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts
commentId: N:Microsoft.SqlTools.ServiceLayer.Hosting.Contracts
isExternal: false
name: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts
nameWithType: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts
- 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: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts.RequestType{Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest,Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeResult}
commentId: T:Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts.RequestType{Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest,Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeResult}
parent: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts
definition: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts.RequestType`2
name: RequestType<InitializeRequest, InitializeResult>
nameWithType: RequestType<InitializeRequest, InitializeResult>
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts.RequestType<Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest, Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeResult>
nameWithType.vb: RequestType(Of InitializeRequest, InitializeResult)
fullname.vb: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts.RequestType(Of Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest, Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeResult)
name.vb: RequestType(Of InitializeRequest, InitializeResult)
spec.csharp:
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts.RequestType`2
name: RequestType
nameWithType: RequestType
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts.RequestType
- name: <
nameWithType: <
fullName: <
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest
name: InitializeRequest
nameWithType: InitializeRequest
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeResult
name: InitializeResult
nameWithType: InitializeResult
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeResult
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts.RequestType`2
name: RequestType
nameWithType: RequestType
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts.RequestType
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest
name: InitializeRequest
nameWithType: InitializeRequest
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeResult
name: InitializeResult
nameWithType: InitializeResult
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeResult
- name: )
nameWithType: )
fullName: )
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts.RequestType`2
commentId: T:Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts.RequestType`2
parent: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts
isExternal: false
name: RequestType<TParams, TResult>
nameWithType: RequestType<TParams, TResult>
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts.RequestType<TParams, TResult>
nameWithType.vb: RequestType(Of TParams, TResult)
fullname.vb: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts.RequestType(Of TParams, TResult)
name.vb: RequestType(Of TParams, TResult)
spec.csharp:
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts.RequestType`2
name: RequestType
nameWithType: RequestType
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts.RequestType
- name: <
nameWithType: <
fullName: <
- name: TParams
nameWithType: TParams
fullName: TParams
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TResult
nameWithType: TResult
fullName: TResult
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts.RequestType`2
name: RequestType
nameWithType: RequestType
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts.RequestType
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: TParams
nameWithType: TParams
fullName: TParams
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TResult
nameWithType: TResult
fullName: TResult
- name: )
nameWithType: )
fullName: )
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts
commentId: N:Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts
isExternal: false
name: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts
nameWithType: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest.RootPath*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest.RootPath
isExternal: false
name: RootPath
nameWithType: InitializeRequest.RootPath
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest.RootPath
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
name: String
nameWithType: String
fullName: System.String
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest.Capabilities*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest.Capabilities
isExternal: false
name: Capabilities
nameWithType: InitializeRequest.Capabilities
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.InitializeRequest.Capabilities
- uid: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.ClientCapabilities
commentId: T:Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.ClientCapabilities
parent: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts
isExternal: false
name: ClientCapabilities
nameWithType: ClientCapabilities
fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Contracts.ClientCapabilities