-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adds posibility to update version in an apax file * add publishing of Ix.Compiler package * push Ix.Compiler.Abstractions package (#39) * [IDEA][BLAZOR] Editable user control should stop updating value when focused and value binding should be switched to 'Edit' property of primitive type (#31) * Create draft PR for #9 * added edit property binding for control presentation type --------- Co-authored-by: Specter-13 <Specter-13@users.noreply.github.com> Co-authored-by: Specter-13 <56168909+Specter-13@users.noreply.github.com> * [DOCUMENTATION] Add conceptual overview of IX (#41) * Create draft PR for #40 * [documentation] documention update - short conceptual overview - fixed API doc generation * additional examples Blazor renderer --------- Co-authored-by: PTKu <PTKu@users.noreply.github.com> * Create sample of various structures for the renders for additional UI testing (#43) * Create draft PR for #30 * added GroupLayout type attribute, changed way of sass compiling, fix grouplayouts in st files * post merge refactoring * refactoring of templates, fixed tests * fixed test * add docs for group layout --------- Co-authored-by: Specter-13 <Specter-13@users.noreply.github.com> Co-authored-by: Specter-13 <56168909+Specter-13@users.noreply.github.com> * [IDEA] More integration tests for Blazor renderer (#48) * Create draft PR for #47 * Added tests for each layouts and groups. --------- Co-authored-by: Brano5 <Brano5@users.noreply.github.com> Co-authored-by: Branko Zachemsky <bzachemsky@gmail.com> * fixes readme in blazor template (#49) * [fix] bulk read request test reduces due to '#19' --------- Co-authored-by: Specter-13 <Specter-13@users.noreply.github.com> Co-authored-by: Specter-13 <56168909+Specter-13@users.noreply.github.com> Co-authored-by: PTKu <PTKu@users.noreply.github.com> Co-authored-by: Brano5 <Brano5@users.noreply.github.com> Co-authored-by: Branko Zachemsky <bzachemsky@gmail.com>
- Loading branch information
1 parent
0d183b3
commit adb78f9
Showing
496 changed files
with
5,079 additions
and
15,300 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# run build | ||
dotnet run --project cake/Build.csproj -- $args --do-docs true | ||
exit $LASTEXITCODE; |
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 |
---|---|---|
@@ -1,5 +1,16 @@ | ||
* # About | ||
|
||
* [What's in](README.md) | ||
* [Introduction](/articles/conceptual/Conceptual.md) | ||
* [Getting started](/README.md#getting-started) | ||
* --- | ||
* [Compiler](/articles/compiler/README.md) | ||
* [Blazor rendering](/articles/blazor/README.md) | ||
* # API | ||
* [Connector API](/api/Ix.Connector/Ix.Connector.md) | ||
* [Connector.S71500 API](/api/Ix.Connector.S71500.WebAPI/Ix.Connector.S71500.WebAPI.md) | ||
* [Compiler core API](/api/IX.Compiler/IX.Compiler.md) | ||
* [Compiler Cs API](/api/IX.Compiler.Cs/IX.Compiler.Cs.md) | ||
* [Abstractions API](/api/Ix.Abstractions/Ix.Abstractions.md) | ||
* [Presentation Blazor API](/api/Ix.Presentation.Blazor/Ix.Presentation.Blazor.md) | ||
* [Presentation Controls Blazor API](/api/Ix.Presentation.Blazor.Controls/Ix.Presentation.Blazor.Controls.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 |
---|---|---|
@@ -1,4 +1,10 @@ | ||
* [Home](/) | ||
* ----- | ||
* [Introduction](/articles/conceptual/Conceptual.md) | ||
* [Getting started](/README.md#getting-started) | ||
* --- | ||
* [Compiler](/articles/compiler/README.md) | ||
* [Blazor rendering](/articles/blazor/README.md) | ||
* --- | ||
* [APIs](/apis.md) | ||
* ---- |
43 changes: 43 additions & 0 deletions
43
docs/api/Ix.Connector.S71500.WebAPI/Ix.Connector.S71500.WebAPI.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,43 @@ | ||
# Ix.Connector.S71500.WebAPI assembly | ||
|
||
## Ix.Connector namespace | ||
|
||
| public type | description | | ||
| --- | --- | | ||
| static class [WebApiConnectorExtensions](./Ix.Connector/WebApiConnectorExtensions.md) | Provides extension methods for instantiating WebAPI connector. | | ||
|
||
## Ix.Connector.S71500.WebApi namespace | ||
|
||
| public type | description | | ||
| --- | --- | | ||
| class [WebApiBool](./Ix.Connector.S71500.WebApi/WebApiBool.md) | | | ||
| class [WebApiByte](./Ix.Connector.S71500.WebApi/WebApiByte.md) | | | ||
| class [WebApiChar](./Ix.Connector.S71500.WebApi/WebApiChar.md) | | | ||
| class [WebApiConnector](./Ix.Connector.S71500.WebApi/WebApiConnector.md) | Provides connector to mediate connection with IX twins over WebAPI connection. | | ||
| class [WebApiConnectorFactory](./Ix.Connector.S71500.WebApi/WebApiConnectorFactory.md) | | | ||
| class [WebApiDate](./Ix.Connector.S71500.WebApi/WebApiDate.md) | | | ||
| class [WebApiDateTime](./Ix.Connector.S71500.WebApi/WebApiDateTime.md) | | | ||
| class [WebApiDInt](./Ix.Connector.S71500.WebApi/WebApiDInt.md) | | | ||
| class [WebApiDWord](./Ix.Connector.S71500.WebApi/WebApiDWord.md) | | | ||
| class [WebApiInt](./Ix.Connector.S71500.WebApi/WebApiInt.md) | | | ||
| class [WebApiLDate](./Ix.Connector.S71500.WebApi/WebApiLDate.md) | | | ||
| class [WebApiLDateTime](./Ix.Connector.S71500.WebApi/WebApiLDateTime.md) | | | ||
| class [WebApiLInt](./Ix.Connector.S71500.WebApi/WebApiLInt.md) | | | ||
| class [WebApiLReal](./Ix.Connector.S71500.WebApi/WebApiLReal.md) | | | ||
| class [WebApiLTime](./Ix.Connector.S71500.WebApi/WebApiLTime.md) | | | ||
| class [WebApiLTimeOfDay](./Ix.Connector.S71500.WebApi/WebApiLTimeOfDay.md) | | | ||
| class [WebApiLWord](./Ix.Connector.S71500.WebApi/WebApiLWord.md) | | | ||
| class [WebApiReal](./Ix.Connector.S71500.WebApi/WebApiReal.md) | | | ||
| class [WebApiSInt](./Ix.Connector.S71500.WebApi/WebApiSInt.md) | | | ||
| class [WebApiString](./Ix.Connector.S71500.WebApi/WebApiString.md) | | | ||
| class [WebApiTime](./Ix.Connector.S71500.WebApi/WebApiTime.md) | | | ||
| class [WebApiTimeOfDay](./Ix.Connector.S71500.WebApi/WebApiTimeOfDay.md) | | | ||
| class [WebApiUdInt](./Ix.Connector.S71500.WebApi/WebApiUdInt.md) | | | ||
| class [WebApiUInt](./Ix.Connector.S71500.WebApi/WebApiUInt.md) | | | ||
| class [WebApiULInt](./Ix.Connector.S71500.WebApi/WebApiULInt.md) | | | ||
| class [WebApiUSInt](./Ix.Connector.S71500.WebApi/WebApiUSInt.md) | | | ||
| class [WebApiWChar](./Ix.Connector.S71500.WebApi/WebApiWChar.md) | | | ||
| class [WebApiWord](./Ix.Connector.S71500.WebApi/WebApiWord.md) | | | ||
| class [WebApiWString](./Ix.Connector.S71500.WebApi/WebApiWString.md) | | | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Ix.Connector.S71500.WebAPI.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
12 changes: 12 additions & 0 deletions
12
...pi/Ix.Connector.S71500.WebAPI/Ix.Connector.S71500.WebApi/WebApiBool/GetAsync.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,12 @@ | ||
# WebApiBool.GetAsync method | ||
|
||
```csharp | ||
public override Task<bool> GetAsync() | ||
``` | ||
|
||
## See Also | ||
|
||
* class [WebApiBool](../WebApiBool.md) | ||
* namespace [Ix.Connector.S71500.WebApi](../../Ix.Connector.S71500.WebAPI.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Ix.Connector.S71500.WebAPI.dll --> |
12 changes: 12 additions & 0 deletions
12
docs/api/Ix.Connector.S71500.WebAPI/Ix.Connector.S71500.WebApi/WebApiBool/Read.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,12 @@ | ||
# WebApiBool.Read method | ||
|
||
```csharp | ||
public void Read(string value) | ||
``` | ||
|
||
## See Also | ||
|
||
* class [WebApiBool](../WebApiBool.md) | ||
* namespace [Ix.Connector.S71500.WebApi](../../Ix.Connector.S71500.WebAPI.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Ix.Connector.S71500.WebAPI.dll --> |
12 changes: 12 additions & 0 deletions
12
...pi/Ix.Connector.S71500.WebAPI/Ix.Connector.S71500.WebApi/WebApiBool/SetAsync.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,12 @@ | ||
# WebApiBool.SetAsync method | ||
|
||
```csharp | ||
public override Task<bool> SetAsync(bool value) | ||
``` | ||
|
||
## See Also | ||
|
||
* class [WebApiBool](../WebApiBool.md) | ||
* namespace [Ix.Connector.S71500.WebApi](../../Ix.Connector.S71500.WebAPI.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Ix.Connector.S71500.WebAPI.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
12 changes: 12 additions & 0 deletions
12
...pi/Ix.Connector.S71500.WebAPI/Ix.Connector.S71500.WebApi/WebApiByte/GetAsync.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,12 @@ | ||
# WebApiByte.GetAsync method | ||
|
||
```csharp | ||
public override Task<byte> GetAsync() | ||
``` | ||
|
||
## See Also | ||
|
||
* class [WebApiByte](../WebApiByte.md) | ||
* namespace [Ix.Connector.S71500.WebApi](../../Ix.Connector.S71500.WebAPI.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Ix.Connector.S71500.WebAPI.dll --> |
12 changes: 12 additions & 0 deletions
12
docs/api/Ix.Connector.S71500.WebAPI/Ix.Connector.S71500.WebApi/WebApiByte/Read.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,12 @@ | ||
# WebApiByte.Read method | ||
|
||
```csharp | ||
public void Read(string result) | ||
``` | ||
|
||
## See Also | ||
|
||
* class [WebApiByte](../WebApiByte.md) | ||
* namespace [Ix.Connector.S71500.WebApi](../../Ix.Connector.S71500.WebAPI.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Ix.Connector.S71500.WebAPI.dll --> |
12 changes: 12 additions & 0 deletions
12
...pi/Ix.Connector.S71500.WebAPI/Ix.Connector.S71500.WebApi/WebApiByte/SetAsync.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,12 @@ | ||
# WebApiByte.SetAsync method | ||
|
||
```csharp | ||
public override Task<byte> SetAsync(byte value) | ||
``` | ||
|
||
## See Also | ||
|
||
* class [WebApiByte](../WebApiByte.md) | ||
* namespace [Ix.Connector.S71500.WebApi](../../Ix.Connector.S71500.WebAPI.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Ix.Connector.S71500.WebAPI.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
12 changes: 12 additions & 0 deletions
12
...pi/Ix.Connector.S71500.WebAPI/Ix.Connector.S71500.WebApi/WebApiChar/GetAsync.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,12 @@ | ||
# WebApiChar.GetAsync method | ||
|
||
```csharp | ||
public override Task<char> GetAsync() | ||
``` | ||
|
||
## See Also | ||
|
||
* class [WebApiChar](../WebApiChar.md) | ||
* namespace [Ix.Connector.S71500.WebApi](../../Ix.Connector.S71500.WebAPI.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Ix.Connector.S71500.WebAPI.dll --> |
12 changes: 12 additions & 0 deletions
12
docs/api/Ix.Connector.S71500.WebAPI/Ix.Connector.S71500.WebApi/WebApiChar/Read.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,12 @@ | ||
# WebApiChar.Read method | ||
|
||
```csharp | ||
public void Read(string value) | ||
``` | ||
|
||
## See Also | ||
|
||
* class [WebApiChar](../WebApiChar.md) | ||
* namespace [Ix.Connector.S71500.WebApi](../../Ix.Connector.S71500.WebAPI.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Ix.Connector.S71500.WebAPI.dll --> |
12 changes: 12 additions & 0 deletions
12
...pi/Ix.Connector.S71500.WebAPI/Ix.Connector.S71500.WebApi/WebApiChar/SetAsync.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,12 @@ | ||
# WebApiChar.SetAsync method | ||
|
||
```csharp | ||
public override Task<char> SetAsync(char value) | ||
``` | ||
|
||
## See Also | ||
|
||
* class [WebApiChar](../WebApiChar.md) | ||
* namespace [Ix.Connector.S71500.WebApi](../../Ix.Connector.S71500.WebAPI.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Ix.Connector.S71500.WebAPI.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
24 changes: 24 additions & 0 deletions
24
docs/api/Ix.Connector.S71500.WebAPI/Ix.Connector.S71500.WebApi/WebApiConnector.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,24 @@ | ||
# WebApiConnector class | ||
|
||
Provides connector to mediate connection with IX twins over WebAPI connection. | ||
|
||
```csharp | ||
public class WebApiConnector : Connector | ||
``` | ||
|
||
## Public Members | ||
|
||
| name | description | | ||
| --- | --- | | ||
| [WebApiConnector](WebApiConnector/WebApiConnector.md)(…) | Creates new instance of [`WebApiConnector`](./WebApiConnector.md). (2 constructors) | | ||
| override [BuildAndStart](WebApiConnector/BuildAndStart.md)() | | | ||
| override [ReadBatchAsync](WebApiConnector/ReadBatchAsync.md)(…) | | | ||
| override [ReloadConnector](WebApiConnector/ReloadConnector.md)() | | | ||
| override [WriteBatchAsync](WebApiConnector/WriteBatchAsync.md)(…) | | | ||
| static [NumberOfInstances](WebApiConnector/NumberOfInstances.md) { get; } | Gets number of instance of WebAPI connector in this application. | | ||
|
||
## See Also | ||
|
||
* namespace [Ix.Connector.S71500.WebApi](../Ix.Connector.S71500.WebAPI.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Ix.Connector.S71500.WebAPI.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
Oops, something went wrong.