Compare commits

...

3 Commits

72 changed files with 104 additions and 12 deletions

View File

@ -3,15 +3,15 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.32916.344
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Connected", "Connected\Connected.csproj", "{26AD2745-4DB4-4603-A944-C54D1A374032}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Connected", "src\Connected\Connected.csproj", "{26AD2745-4DB4-4603-A944-C54D1A374032}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Connected.Client", "Connected.Client\Connected.Client.csproj", "{F0E0F91D-DFCB-44B7-8BA1-5E74C5E008F5}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Connected.Client", "src\Connected.Client\Connected.Client.csproj", "{F0E0F91D-DFCB-44B7-8BA1-5E74C5E008F5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Connected.UI", "Connected.UI\Connected.UI.csproj", "{52D89174-140B-4017-8B52-B83FA936D809}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Connected.UI", "src\Connected.UI\Connected.UI.csproj", "{52D89174-140B-4017-8B52-B83FA936D809}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dependencies", "Dependencies", "{0A1EBC0F-0567-41FB-9187-7DE1722FAB4E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Connected.Components", "..\connected.components\Connected.Components\Connected.Components.csproj", "{1812EA3A-1F28-454A-ABA9-C2AAD24BEAFD}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Connected.Components", "..\connected.components\src\Connected.Components\Connected.Components.csproj", "{7A6A8DFF-E5B4-482D-98F9-B2AE76235093}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@ -31,16 +31,16 @@ Global
{52D89174-140B-4017-8B52-B83FA936D809}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52D89174-140B-4017-8B52-B83FA936D809}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52D89174-140B-4017-8B52-B83FA936D809}.Release|Any CPU.Build.0 = Release|Any CPU
{1812EA3A-1F28-454A-ABA9-C2AAD24BEAFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1812EA3A-1F28-454A-ABA9-C2AAD24BEAFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1812EA3A-1F28-454A-ABA9-C2AAD24BEAFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1812EA3A-1F28-454A-ABA9-C2AAD24BEAFD}.Release|Any CPU.Build.0 = Release|Any CPU
{7A6A8DFF-E5B4-482D-98F9-B2AE76235093}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A6A8DFF-E5B4-482D-98F9-B2AE76235093}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A6A8DFF-E5B4-482D-98F9-B2AE76235093}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A6A8DFF-E5B4-482D-98F9-B2AE76235093}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1812EA3A-1F28-454A-ABA9-C2AAD24BEAFD} = {0A1EBC0F-0567-41FB-9187-7DE1722FAB4E}
{7A6A8DFF-E5B4-482D-98F9-B2AE76235093} = {0A1EBC0F-0567-41FB-9187-7DE1722FAB4E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4BE29712-DF74-4798-8F2E-92D7446D2465}

4
docs/Welcome.md Normal file
View File

@ -0,0 +1,4 @@
# Welcome to Connected
See [Get started with Connected](get-started.md) to learn how to use Connected platform.
You can build any kind of business app with Connected, such as ERP, Logistics or Production, using predefined digital content or by starting from scratch. See [Digital content](digital-content.md) to learn more about predefined digital content.

86
docs/api/connected.xml Normal file
View File

@ -0,0 +1,86 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Connected</name>
</assembly>
<members>
<member name="T:Connected.Data.Status">
<summary>
Specifies the status of the record.
</summary>
</member>
<member name="F:Connected.Data.Status.Enabled">
<summary>
The record is enabled and can be used when adding and editing
data.
</summary>
</member>
<member name="F:Connected.Data.Status.Disabled">
<summary>
The record is disabled and is used only for display purposes.
</summary>
</member>
<member name="T:Connected.IMiddleware">
<summary>
This is markup interface which should implement all middleware interfaces.
</summary>
</member>
<member name="T:Connected.Notifications.IServiceNotifications`1">
<summary>
The client notification of the <see cref="T:Connected.Annotations.ServiceAttribute"/> service.
</summary>
</member>
<member name="E:Connected.Notifications.IServiceNotifications`1.Inserted">
<summary>
The event raised when a new entity has been inserted.
</summary>
</member>
<member name="E:Connected.Notifications.IServiceNotifications`1.Updated">
<summary>
The event raised when an entity has been updated.
</summary>
</member>
<member name="E:Connected.Notifications.IServiceNotifications`1.Deleted">
<summary>
The event raised when an entity has been deleted.
</summary>
</member>
<member name="T:Connected.IDto">
<summary>
The base interface of all Data transformation objects. All arguments
should implement this interface.
</summary>
</member>
<member name="T:Connected.SR">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Connected.SR.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Connected.SR.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Connected.SR.ValMaxValue">
<summary>
Looks up a localized string similar to Maximum allowed value is {0}..
</summary>
</member>
<member name="P:Connected.SR.ValMinValue">
<summary>
Looks up a localized string similar to Minimum allowed value is {0}..
</summary>
</member>
<member name="P:Connected.SR.ValNonDefault">
<summary>
Looks up a localized string similar to must contain non default value..
</summary>
</member>
</members>
</doc>

View File

@ -16,7 +16,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\connected.components\Connected.Components\Connected.Components.csproj" />
<ProjectReference Include="..\..\..\connected.components\src\Connected.Components\Connected.Components.csproj" />
<ProjectReference Include="..\Connected.Client\Connected.Client.csproj" />
</ItemGroup>

View File

@ -18,6 +18,8 @@
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<DocumentationFile>..\..\docs\api\connected.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
@ -46,11 +48,11 @@
</ItemGroup>
<ItemGroup>
<None Include="..\LICENSE">
<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\README.md">
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>