mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-22 09:35:38 -05:00
Add initial doxfx content
This commit is contained in:
@@ -0,0 +1,155 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel
|
||||
commentId: T:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel
|
||||
id: ScriptFileMarkerLevel
|
||||
parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
|
||||
children:
|
||||
- Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel.Error
|
||||
- Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel.Information
|
||||
- Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel.Warning
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ScriptFileMarkerLevel
|
||||
nameWithType: ScriptFileMarkerLevel
|
||||
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel
|
||||
type: Enum
|
||||
source:
|
||||
remote:
|
||||
path: src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptFileMarker.cs
|
||||
branch: master
|
||||
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
||||
id: ScriptFileMarkerLevel
|
||||
path: ../src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptFileMarker.cs
|
||||
startLine: 10
|
||||
assemblies:
|
||||
- Microsoft.SqlTools.ServiceLayer
|
||||
namespace: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
|
||||
summary: "\nDefines the message level of a script file marker.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public enum ScriptFileMarkerLevel
|
||||
content.vb: Public Enum ScriptFileMarkerLevel
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- enum
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Enum
|
||||
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel.Information
|
||||
commentId: F:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel.Information
|
||||
id: Information
|
||||
parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Information
|
||||
nameWithType: ScriptFileMarkerLevel.Information
|
||||
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel.Information
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptFileMarker.cs
|
||||
branch: master
|
||||
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
||||
id: Information
|
||||
path: ../src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptFileMarker.cs
|
||||
startLine: 15
|
||||
assemblies:
|
||||
- Microsoft.SqlTools.ServiceLayer
|
||||
namespace: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
|
||||
summary: "\nThe marker represents an informational message.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Information = 0
|
||||
return:
|
||||
type: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel.Warning
|
||||
commentId: F:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel.Warning
|
||||
id: Warning
|
||||
parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Warning
|
||||
nameWithType: ScriptFileMarkerLevel.Warning
|
||||
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel.Warning
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptFileMarker.cs
|
||||
branch: master
|
||||
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
||||
id: Warning
|
||||
path: ../src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptFileMarker.cs
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- Microsoft.SqlTools.ServiceLayer
|
||||
namespace: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
|
||||
summary: "\nThe marker represents a warning message.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Warning = 1
|
||||
return:
|
||||
type: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel.Error
|
||||
commentId: F:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel.Error
|
||||
id: Error
|
||||
parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Error
|
||||
nameWithType: ScriptFileMarkerLevel.Error
|
||||
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel.Error
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptFileMarker.cs
|
||||
branch: master
|
||||
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
|
||||
id: Error
|
||||
path: ../src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/ScriptFileMarker.cs
|
||||
startLine: 25
|
||||
assemblies:
|
||||
- Microsoft.SqlTools.ServiceLayer
|
||||
namespace: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
|
||||
summary: "\nThe marker represents an error message.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Error = 2
|
||||
return:
|
||||
type: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
references:
|
||||
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
|
||||
commentId: N:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
|
||||
isExternal: false
|
||||
name: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
|
||||
nameWithType: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
|
||||
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
|
||||
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel
|
||||
commentId: T:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel
|
||||
parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
|
||||
isExternal: false
|
||||
name: ScriptFileMarkerLevel
|
||||
nameWithType: ScriptFileMarkerLevel
|
||||
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.ScriptFileMarkerLevel
|
||||
Reference in New Issue
Block a user