-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3ef5774
commit 4784752
Showing
24 changed files
with
194 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 1 addition & 27 deletions
28
docs/Facility.Definition.CodeGen/FileGenerator/GenerateFiles.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# FsdParserSettings class | ||
|
||
Settings for parsing an FSD file. | ||
|
||
```csharp | ||
public sealed class FsdParserSettings | ||
``` | ||
|
||
## Public Members | ||
|
||
| name | description | | ||
| --- | --- | | ||
| [FsdParserSettings](FsdParserSettings/FsdParserSettings.md)() | The default constructor. | | ||
| [SupportsEvents](FsdParserSettings/SupportsEvents.md) { get; set; } | True to allow events. | | ||
|
||
## See Also | ||
|
||
* namespace [Facility.Definition.Fsd](../Facility.Definition.md) | ||
* [FsdParserSettings.cs](https://github.com/FacilityApi/Facility/tree/master/src/Facility.Definition/Fsd/FsdParserSettings.cs) | ||
<!-- DO NOT EDIT: generated by xmldocmd for Facility.Definition.dll --> |
14 changes: 14 additions & 0 deletions
14
docs/Facility.Definition.Fsd/FsdParserSettings/FsdParserSettings.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# FsdParserSettings constructor | ||
|
||
The default constructor. | ||
|
||
```csharp | ||
public FsdParserSettings() | ||
``` | ||
|
||
## See Also | ||
|
||
* class [FsdParserSettings](../FsdParserSettings.md) | ||
* namespace [Facility.Definition.Fsd](../../Facility.Definition.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Facility.Definition.dll --> |
14 changes: 14 additions & 0 deletions
14
docs/Facility.Definition.Fsd/FsdParserSettings/SupportsEvents.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# FsdParserSettings.SupportsEvents property | ||
|
||
True to allow events. | ||
|
||
```csharp | ||
public bool SupportsEvents { get; set; } | ||
``` | ||
|
||
## See Also | ||
|
||
* class [FsdParserSettings](../FsdParserSettings.md) | ||
* namespace [Facility.Definition.Fsd](../../Facility.Definition.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Facility.Definition.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
docs/Facility.Definition.Http/HttpServiceInfo/AllMethods.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# HttpServiceInfo.AllMethods property | ||
|
||
The HTTP mapping for all methods (normal methods and event methods). | ||
|
||
```csharp | ||
public IReadOnlyList<HttpMethodInfo> AllMethods { get; } | ||
``` | ||
|
||
## See Also | ||
|
||
* class [HttpMethodInfo](../HttpMethodInfo.md) | ||
* class [HttpServiceInfo](../HttpServiceInfo.md) | ||
* namespace [Facility.Definition.Http](../../Facility.Definition.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Facility.Definition.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# HttpServiceInfo.Events property | ||
|
||
The HTTP mapping for event methods. | ||
|
||
```csharp | ||
public IReadOnlyList<HttpMethodInfo> Events { get; } | ||
``` | ||
|
||
## See Also | ||
|
||
* class [HttpMethodInfo](../HttpMethodInfo.md) | ||
* class [HttpServiceInfo](../HttpServiceInfo.md) | ||
* namespace [Facility.Definition.Http](../../Facility.Definition.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Facility.Definition.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# ServiceInfo.AllMethods property | ||
|
||
All methods (normal methods and event methods). | ||
|
||
```csharp | ||
public IReadOnlyList<ServiceMethodInfo> AllMethods { get; } | ||
``` | ||
|
||
## See Also | ||
|
||
* class [ServiceMethodInfo](../ServiceMethodInfo.md) | ||
* class [ServiceInfo](../ServiceInfo.md) | ||
* namespace [Facility.Definition](../../Facility.Definition.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Facility.Definition.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# ServiceInfo.Events property | ||
|
||
The event methods. | ||
|
||
```csharp | ||
public IReadOnlyList<ServiceMethodInfo> Events { get; } | ||
``` | ||
|
||
## See Also | ||
|
||
* class [ServiceMethodInfo](../ServiceMethodInfo.md) | ||
* class [ServiceInfo](../ServiceInfo.md) | ||
* namespace [Facility.Definition](../../Facility.Definition.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Facility.Definition.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# ServiceMethodInfo.Kind property | ||
|
||
The kind of the method. | ||
|
||
```csharp | ||
public ServiceMethodKind Kind { get; } | ||
``` | ||
|
||
## See Also | ||
|
||
* enum [ServiceMethodKind](../ServiceMethodKind.md) | ||
* class [ServiceMethodInfo](../ServiceMethodInfo.md) | ||
* namespace [Facility.Definition](../../Facility.Definition.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Facility.Definition.dll --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# ServiceMethodKind enumeration | ||
|
||
The kind of service method. | ||
|
||
```csharp | ||
public enum ServiceMethodKind | ||
``` | ||
|
||
## Values | ||
|
||
| name | value | description | | ||
| --- | --- | --- | | ||
| Normal | `0` | A normal method. | | ||
| Event | `1` | An event, i.e. a method that can indefinitely and repeatedly provide responses. | | ||
|
||
## See Also | ||
|
||
* namespace [Facility.Definition](../Facility.Definition.md) | ||
* [ServiceMethodKind.cs](https://github.com/FacilityApi/Facility/tree/master/src/Facility.Definition/ServiceMethodKind.cs) | ||
<!-- DO NOT EDIT: generated by xmldocmd for Facility.Definition.dll --> |