AX# is an open-source project developed by a group of automation engineers. It provides easy access from .NET-based applications to SIMATIC-AX based PLC programs.
To get early access to the packages from AX# you will need to get access to a dedicated package feed hosted on GitHub. If you do not have a GitHub account please consider creating one by signing up at https://github.com.
AX# is an open-source project developed by a group of automation engineers. It provides easy access from .NET-based applications to SIMATIC-AX based PLC programs.
To get early access to the packages from AX# you will need to get access to a dedicated package feed hosted on GitHub. If you do not have a GitHub account please consider creating one by signing up at https://github.com.
diff --git a/src/tests.integrations/integrated/src/integrated.twin/Entry.cs b/src/tests.integrations/integrated/src/integrated.twin/Entry.cs
index d09ce61c..c507b98e 100644
--- a/src/tests.integrations/integrated/src/integrated.twin/Entry.cs
+++ b/src/tests.integrations/integrated/src/integrated.twin/Entry.cs
@@ -1,9 +1,9 @@
// integrated
-// Copyright (c) 2023 Peter Kurhajec (PTKu), MTS, and Contributors. All Rights Reserved.
-// Contributors: https://github.com/ix-ax/axsharp/graphs/contributors
+// Copyright (c) 2023 MTS spol. s r.o., and Contributors. All Rights Reserved.
+// Contributors: https://github.com/inxton/axsharp/graphs/contributors
// See the LICENSE file in the repository root for more information.
-// https://github.com/ix-ax/axsharp/blob/dev/LICENSE
-// Third party licenses: https://github.com/ix-ax/axsharp/blob/master/notices.md
+// https://github.com/inxton/axsharp/blob/dev/LICENSE
+// Third party licenses: https://github.com/inxton/axsharp/blob/master/notices.md
using AXSharp.Connector;
using System;
diff --git a/templates/working/AXSharp.templates.csproj b/templates/working/AXSharp.templates.csproj
index f490a8b0..a16aee10 100644
--- a/templates/working/AXSharp.templates.csproj
+++ b/templates/working/AXSharp.templates.csproj
@@ -4,7 +4,7 @@
TemplateAXSharp.templates
AXSharp templates
- PTKu
+ MTS spol. s r.o.AXSharp project templates.simatic-ax;axsharp;templatestrue
@@ -15,7 +15,7 @@
icon_128_128.pngNUGET-README.mdgit
- https://github.com/ix-ax/axsharp
+ https://github.com/inxton/axsharp
diff --git a/templates/working/templates/axsharpblazor/.template.config/template.json b/templates/working/templates/axsharpblazor/.template.config/template.json
index 29e4ad1f..548df13a 100644
--- a/templates/working/templates/axsharpblazor/.template.config/template.json
+++ b/templates/working/templates/axsharpblazor/.template.config/template.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json.schemastore.org/template",
- "author": "PTKu",
+ "author": "MTS spol. s r.o.",
"classifications": [ "AX#", "Blazor" ],
"identity": "axsharpblazor",
"name": "AXSharp Blazor application",
diff --git a/templates/working/templates/axsharpblazor/README.md b/templates/working/templates/axsharpblazor/README.md
index d320b601..21a839ef 100644
--- a/templates/working/templates/axsharpblazor/README.md
+++ b/templates/working/templates/axsharpblazor/README.md
@@ -79,4 +79,4 @@ In Visual Studio (VS2022), open the solution file from the project folder `[your
## Resources
-Documentation sources: https://github.com/ix-ax/axsharp/tree/dev/docs
+Documentation sources: https://github.com/inxton/axsharp/tree/dev/docs
diff --git a/templates/working/templates/axsharpblazor/axsharpblazor.app/Pages/Index.razor b/templates/working/templates/axsharpblazor/axsharpblazor.app/Pages/Index.razor
index 77ebae72..d6c89b0e 100644
--- a/templates/working/templates/axsharpblazor/axsharpblazor.app/Pages/Index.razor
+++ b/templates/working/templates/axsharpblazor/axsharpblazor.app/Pages/Index.razor
@@ -14,7 +14,7 @@
Method invoked after each time the component has been rendered. Note that the component does
-not automatically re-render after the completion of any returned Task, because
-that would cause an infinite render loop.
+
Method invoked after each time the component has been rendered interactively and the UI has finished
+updating (for example, after elements have been added to the browser DOM). Any ElementReference
+fields will be populated by the time this runs.
+
This method is not invoked during prerendering or server-side rendering, because those processes
+are not attached to any live browser DOM and are already complete before the DOM is updated.
+
Note that the component does not automatically re-render after the completion of any returned Task,
+because that would cause an infinite render loop.
AttributeMinimum is the default added member of all PrimitiveTwins within AXSharp. They are used to get or set the minimum value for the variable. By default, this attribute contains the minimal value of a given type.
diff --git a/docs/index.json b/docs/index.json
index f94af360..22d49fbf 100644
--- a/docs/index.json
+++ b/docs/index.json
@@ -1,4 +1,9 @@
{
+ "api/AXSharp.Abstractions.Presentation.ContainerAttribute.html": {
+ "href": "api/AXSharp.Abstractions.Presentation.ContainerAttribute.html",
+ "title": "Class ContainerAttribute | System.Dynamic.ExpandoObject",
+ "keywords": "Class ContainerAttribute Provides description of the container that shall contain the controls for data items. Inheritance object Attribute PresentationContainerAttribute ContainerAttribute Inherited Members PresentationContainerAttribute.Assembly PresentationContainerAttribute.FullTypeName PresentationContainerAttribute.ParentHeader Attribute.Equals(object) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetHashCode() Attribute.IsDefaultAttribute() Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.Match(object) Attribute.TypeId object.Equals(object, object) object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Abstractions.Presentation Assembly: AXSharp.Abstractions.dll Syntax public class ContainerAttribute : PresentationContainerAttribute Constructors | Edit this page View Source ContainerAttribute(Layout) Initializes a new instance of the ContainerAttribute class. Declaration public ContainerAttribute(Layout layoutType) Parameters Type Name Description Layout layoutType | Edit this page View Source ContainerAttribute(Layout, object) Creates new instance of ContainerAttribute Declaration public ContainerAttribute(Layout layoutType, object parentHeader) Parameters Type Name Description Layout layoutType Container's layout type object parentHeader Container's parent header | Edit this page View Source ContainerAttribute(string, string) Creates new instance of ContainerAttribute. Declaration public ContainerAttribute(string assembly, string fullTypeName) Parameters Type Name Description string assembly Container's assembly name. string fullTypeName Container full type name. | Edit this page View Source ContainerAttribute(string, string, object) Creates new instance of ContainerAttribute Declaration public ContainerAttribute(string assembly, string fullTypeName, object parentHeader) Parameters Type Name Description string assembly Container's assembly name string fullTypeName Container's full type name. object parentHeader Container's parent header object."
+ },
"api/AXSharp.Abstractions.Presentation.EmptyGroupProvider.html": {
"href": "api/AXSharp.Abstractions.Presentation.EmptyGroupProvider.html",
"title": "Class EmptyGroupProvider | System.Dynamic.ExpandoObject",
@@ -9,6 +14,16 @@
"title": "Class EmptyPresentationProvider | System.Dynamic.ExpandoObject",
"keywords": "Class EmptyPresentationProvider Inheritance object EmptyPresentationProvider Implements ILayoutProvider Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Abstractions.Presentation Assembly: AXSharp.Abstractions.dll Syntax public class EmptyPresentationProvider : ILayoutProvider Methods | Edit this page View Source GetControl(Layout) Declaration public (string assembly, string fullTypeName) GetControl(Layout layoutType) Parameters Type Name Description Layout layoutType Returns Type Description (string assembly, string fullTypeName) Implements ILayoutProvider"
},
+ "api/AXSharp.Abstractions.Presentation.GroupAttribute.html": {
+ "href": "api/AXSharp.Abstractions.Presentation.GroupAttribute.html",
+ "title": "Class GroupAttribute | System.Dynamic.ExpandoObject",
+ "keywords": "Class GroupAttribute Inheritance object Attribute PresentationGroupAttribute GroupAttribute Inherited Members PresentationGroupAttribute.Assembly PresentationGroupAttribute.FullTypeName PresentationGroupAttribute.ParentHeader Attribute.Equals(object) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetHashCode() Attribute.IsDefaultAttribute() Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.Match(object) Attribute.TypeId object.Equals(object, object) object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Abstractions.Presentation Assembly: AXSharp.Abstractions.dll Syntax public class GroupAttribute : PresentationGroupAttribute Constructors | Edit this page View Source GroupAttribute(GroupLayout) Initializes a new instance of the ContainerAttribute class. Declaration public GroupAttribute(GroupLayout layoutType) Parameters Type Name Description GroupLayout layoutType | Edit this page View Source GroupAttribute(GroupLayout, object) Declaration public GroupAttribute(GroupLayout layoutType, object parentHeader) Parameters Type Name Description GroupLayout layoutType object parentHeader | Edit this page View Source GroupAttribute(string, string) Declaration public GroupAttribute(string assembly, string fullTypeName) Parameters Type Name Description string assembly string fullTypeName | Edit this page View Source GroupAttribute(string, string, object) Declaration public GroupAttribute(string assembly, string fullTypeName, object parentHeader) Parameters Type Name Description string assembly string fullTypeName object parentHeader"
+ },
+ "api/AXSharp.Abstractions.Presentation.GroupLayout.html": {
+ "href": "api/AXSharp.Abstractions.Presentation.GroupLayout.html",
+ "title": "Enum GroupLayout | System.Dynamic.ExpandoObject",
+ "keywords": "Enum GroupLayout Namespace: AXSharp.Abstractions.Presentation Assembly: AXSharp.Abstractions.dll Syntax public enum GroupLayout Fields Name Description Border Group controls into box. GroupBox Group controls into box with name."
+ },
"api/AXSharp.Abstractions.Presentation.IGroupLayoutProvider.html": {
"href": "api/AXSharp.Abstractions.Presentation.IGroupLayoutProvider.html",
"title": "Interface IGroupLayoutProvider | System.Dynamic.ExpandoObject",
@@ -19,6 +34,11 @@
"title": "Interface ILayoutProvider | System.Dynamic.ExpandoObject",
"keywords": "Interface ILayoutProvider Namespace: AXSharp.Abstractions.Presentation Assembly: AXSharp.Abstractions.dll Syntax public interface ILayoutProvider Methods | Edit this page View Source GetControl(Layout) Declaration (string assembly, string fullTypeName) GetControl(Layout layoutType) Parameters Type Name Description Layout layoutType Returns Type Description (string assembly, string fullTypeName)"
},
+ "api/AXSharp.Abstractions.Presentation.Layout.html": {
+ "href": "api/AXSharp.Abstractions.Presentation.Layout.html",
+ "title": "Enum Layout | System.Dynamic.ExpandoObject",
+ "keywords": "Enum Layout Namespace: AXSharp.Abstractions.Presentation Assembly: AXSharp.Abstractions.dll Syntax public enum Layout Fields Name Description Border GroupBox Scroll Places the controls into scroll panel. Stack Stack controls in order of declaration. Tabs Organizes the controls into tab control. Each control that declares ContainerAttribute will be placed into separate tab. UniformGrid Wrap Wraps controls in order or declaration."
+ },
"api/AXSharp.Abstractions.Presentation.PresentationProvider.html": {
"href": "api/AXSharp.Abstractions.Presentation.PresentationProvider.html",
"title": "Class PresentationProvider | System.Dynamic.ExpandoObject",
@@ -27,22 +47,42 @@
"api/AXSharp.Abstractions.Presentation.PresentationProviderNotAssignedException.html": {
"href": "api/AXSharp.Abstractions.Presentation.PresentationProviderNotAssignedException.html",
"title": "Class PresentationProviderNotAssignedException | System.Dynamic.ExpandoObject",
- "keywords": "Class PresentationProviderNotAssignedException Inheritance object Exception PresentationProviderNotAssignedException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.GetHashCode() object.MemberwiseClone() object.ReferenceEquals(object, object) Namespace: AXSharp.Abstractions.Presentation Assembly: AXSharp.Abstractions.dll Syntax public class PresentationProviderNotAssignedException : Exception, ISerializable Constructors | Edit this page View Source PresentationProviderNotAssignedException() Initializes a new instance of the PresentationProviderNotAssignedException class. Declaration public PresentationProviderNotAssignedException() | Edit this page View Source PresentationProviderNotAssignedException(SerializationInfo, StreamingContext) Initializes a new instance of the PresentationProviderNotAssignedException class with serialized data. Declaration protected PresentationProviderNotAssignedException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info The SerializationInfo that holds the serialized object data about the exception being thrown. StreamingContext context The StreamingContext that contains contextual information about the source or destination. Exceptions Type Condition ArgumentNullException The info parameter is null. SerializationException The class name is null or HResult is zero (0). | Edit this page View Source PresentationProviderNotAssignedException(string) Declaration public PresentationProviderNotAssignedException(string message) Parameters Type Name Description string message | Edit this page View Source PresentationProviderNotAssignedException(string, Exception) Initializes a new instance of the PresentationProviderNotAssignedException class with a specified error message and a reference to the inner exception that is the cause of this exception. Declaration public PresentationProviderNotAssignedException(string message, Exception innerException) Parameters Type Name Description string message The error message that explains the reason for the exception. Exception innerException The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. Implements ISerializable"
+ "keywords": "Class PresentationProviderNotAssignedException Inheritance object Exception PresentationProviderNotAssignedException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.GetHashCode() object.MemberwiseClone() object.ReferenceEquals(object, object) Namespace: AXSharp.Abstractions.Presentation Assembly: AXSharp.Abstractions.dll Syntax public class PresentationProviderNotAssignedException : Exception, ISerializable Constructors | Edit this page View Source PresentationProviderNotAssignedException() Initializes a new instance of the PresentationProviderNotAssignedException class. Declaration public PresentationProviderNotAssignedException() | Edit this page View Source PresentationProviderNotAssignedException(SerializationInfo, StreamingContext) Initializes a new instance of the PresentationProviderNotAssignedException class with serialized data. Declaration protected PresentationProviderNotAssignedException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info The SerializationInfo that holds the serialized object data about the exception being thrown. StreamingContext context The StreamingContext that contains contextual information about the source or destination. Exceptions Type Condition ArgumentNullException The info parameter is null. SerializationException The class name is null or HResult is zero (0). | Edit this page View Source PresentationProviderNotAssignedException(string) Declaration public PresentationProviderNotAssignedException(string message) Parameters Type Name Description string message | Edit this page View Source PresentationProviderNotAssignedException(string, Exception) Initializes a new instance of the PresentationProviderNotAssignedException class with a specified error message and a reference to the inner exception that is the cause of this exception. Declaration public PresentationProviderNotAssignedException(string message, Exception innerException) Parameters Type Name Description string message The error message that explains the reason for the exception. Exception innerException The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. Implements ISerializable"
+ },
+ "api/AXSharp.Abstractions.Presentation.RenderAuthorizedAttribute.html": {
+ "href": "api/AXSharp.Abstractions.Presentation.RenderAuthorizedAttribute.html",
+ "title": "Class RenderAuthorizedAttribute | System.Dynamic.ExpandoObject",
+ "keywords": "Class RenderAuthorizedAttribute Inheritance object Attribute RenderAuthorizedAttribute Inherited Members Attribute.Equals(object) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetHashCode() Attribute.IsDefaultAttribute() Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.Match(object) Attribute.TypeId object.Equals(object, object) object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Abstractions.Presentation Assembly: AXSharp.Abstractions.dll Syntax public class RenderAuthorizedAttribute : Attribute Constructors | Edit this page View Source RenderAuthorizedAttribute(string) Declaration public RenderAuthorizedAttribute(string permissions) Parameters Type Name Description string permissions Fields | Edit this page View Source Permissions Declaration public readonly string Permissions Field Value Type Description string"
+ },
+ "api/AXSharp.Abstractions.Presentation.RenderIgnoreAttribute.html": {
+ "href": "api/AXSharp.Abstractions.Presentation.RenderIgnoreAttribute.html",
+ "title": "Class RenderIgnoreAttribute | System.Dynamic.ExpandoObject",
+ "keywords": "Class RenderIgnoreAttribute Inheritance object Attribute RenderIgnoreAttribute Inherited Members Attribute.Equals(object) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetHashCode() Attribute.IsDefaultAttribute() Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.Match(object) Attribute.TypeId object.Equals(object, object) object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Abstractions.Presentation Assembly: AXSharp.Abstractions.dll Syntax public class RenderIgnoreAttribute : Attribute Constructors | Edit this page View Source RenderIgnoreAttribute() Declaration public RenderIgnoreAttribute() | Edit this page View Source RenderIgnoreAttribute(params string[]) Declaration public RenderIgnoreAttribute(params string[] args) Parameters Type Name Description string[] args Methods | Edit this page View Source HasIgnore(string) Declaration public bool HasIgnore(string presentationType) Parameters Type Name Description string presentationType Returns Type Description bool"
+ },
+ "api/AXSharp.Abstractions.Presentation.RenderTemplateOverrideAttribute.html": {
+ "href": "api/AXSharp.Abstractions.Presentation.RenderTemplateOverrideAttribute.html",
+ "title": "Class RenderTemplateOverrideAttribute | System.Dynamic.ExpandoObject",
+ "keywords": "Class RenderTemplateOverrideAttribute Inheritance object Attribute RenderTemplateOverrideAttribute Inherited Members Attribute.Equals(object) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetHashCode() Attribute.IsDefaultAttribute() Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.Match(object) Attribute.TypeId object.Equals(object, object) object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Abstractions.Presentation Assembly: AXSharp.Abstractions.dll Syntax public class RenderTemplateOverrideAttribute : Attribute Constructors | Edit this page View Source RenderTemplateOverrideAttribute(string) Declaration public RenderTemplateOverrideAttribute(string templateOverrideName) Parameters Type Name Description string templateOverrideName Properties | Edit this page View Source TemplateOverrideName Declaration public string TemplateOverrideName { get; protected set; } Property Value Type Description string"
+ },
+ "api/AXSharp.Abstractions.Presentation.TimeFormatAttribute.html": {
+ "href": "api/AXSharp.Abstractions.Presentation.TimeFormatAttribute.html",
+ "title": "Class TimeFormatAttribute | System.Dynamic.ExpandoObject",
+ "keywords": "Class TimeFormatAttribute Inheritance object Attribute TimeFormatAttribute Inherited Members Attribute.Equals(object) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetHashCode() Attribute.IsDefaultAttribute() Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.Match(object) Attribute.TypeId object.Equals(object, object) object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Abstractions.Presentation Assembly: AXSharp.Abstractions.dll Syntax [AttributeUsage(AttributeTargets.Property)] public class TimeFormatAttribute : Attribute Constructors | Edit this page View Source TimeFormatAttribute(string) Declaration public TimeFormatAttribute(string format) Parameters Type Name Description string format Properties | Edit this page View Source FormatString Declaration public string FormatString { get; } Property Value Type Description string Methods | Edit this page View Source FromTimeSpan(TimeSpan) Declaration public string FromTimeSpan(TimeSpan value) Parameters Type Name Description TimeSpan value Returns Type Description string | Edit this page View Source ToTimeSpan(string) Declaration public TimeSpan ToTimeSpan(string value) Parameters Type Name Description string value Returns Type Description TimeSpan"
},
"api/AXSharp.Abstractions.Presentation.html": {
"href": "api/AXSharp.Abstractions.Presentation.html",
"title": "Namespace AXSharp.Abstractions.Presentation | System.Dynamic.ExpandoObject",
- "keywords": "Namespace AXSharp.Abstractions.Presentation Classes EmptyGroupProvider EmptyPresentationProvider PresentationProvider PresentationProviderNotAssignedException Interfaces IGroupLayoutProvider ILayoutProvider"
+ "keywords": "Namespace AXSharp.Abstractions.Presentation Classes ContainerAttribute Provides description of the container that shall contain the controls for data items. EmptyGroupProvider EmptyPresentationProvider GroupAttribute PresentationProvider PresentationProviderNotAssignedException RenderAuthorizedAttribute RenderIgnoreAttribute RenderTemplateOverrideAttribute TimeFormatAttribute Interfaces IGroupLayoutProvider ILayoutProvider Enums GroupLayout Layout"
},
"api/AXSharp.Compiler.AXSharpConfig.html": {
"href": "api/AXSharp.Compiler.AXSharpConfig.html",
"title": "Class AXSharpConfig | System.Dynamic.ExpandoObject",
- "keywords": "Class AXSharpConfig Provides configuration setting for the AX# project. Inheritance object AXSharpConfig Implements ICompilerOptions Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Compiler Assembly: AXSharp.Compiler.dll Syntax public class AXSharpConfig : ICompilerOptions Constructors | Edit this page View Source AXSharpConfig() Creates new instance of IxConfig object. Declaration [Obsolete(\"Use 'Create RetrieveAXSharpConfig instead.\")] public AXSharpConfig() Fields | Edit this page View Source CONFIG_FILE_NAME Ix config file name. Declaration public const string CONFIG_FILE_NAME = \"AXSharp.config.json\" Field Value Type Description string Properties | Edit this page View Source AxProjectFolder Gets or sets the output folder for the Ix project. Declaration [JsonIgnore] public string AxProjectFolder { get; set; } Property Value Type Description string | Edit this page View Source IgnoreS7Pragmas Declaration public bool IgnoreS7Pragmas { get; set; } Property Value Type Description bool | Edit this page View Source NoDependencyUpdate Declaration public bool NoDependencyUpdate { get; set; } Property Value Type Description bool | Edit this page View Source OutputProjectFolder Gets or sets the output folder for the Ix project. Declaration public string OutputProjectFolder { get; set; } Property Value Type Description string | Edit this page View Source ProjectFile Gets or sets name of the output project file. Declaration public string? ProjectFile { get; set; } Property Value Type Description string | Edit this page View Source UseBase Gets or sets whether compiler should use $base for base types of a class. Declaration public bool UseBase { get; set; } Property Value Type Description bool Methods | Edit this page View Source RetrieveAXSharpConfig(string) Declaration public static AXSharpConfig RetrieveAXSharpConfig(string ixConfigFilePath) Parameters Type Name Description string ixConfigFilePath Returns Type Description AXSharpConfig | Edit this page View Source UpdateAndGetAXSharpConfig(string, ICompilerOptions?) Gets updated or creates default config for given AX project. Declaration public static AXSharpConfig UpdateAndGetAXSharpConfig(string directory, ICompilerOptions? newCompilerOptions = null) Parameters Type Name Description string directory AX project directory ICompilerOptions newCompilerOptions Compiler options. Returns Type Description AXSharpConfig Ix configuration for given AX project. Implements ICompilerOptions"
+ "keywords": "Class AXSharpConfig Provides configuration setting for the AX# project. Inheritance object AXSharpConfig Implements ICompilerOptions Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Compiler Assembly: AXSharp.Compiler.dll Syntax public class AXSharpConfig : ICompilerOptions Constructors | Edit this page View Source AXSharpConfig() Creates new instance of IxConfig object. Declaration [Obsolete(\"Use 'Create RetrieveAXSharpConfig instead.\")] public AXSharpConfig() Fields | Edit this page View Source CONFIG_FILE_NAME Ix config file name. Declaration public const string CONFIG_FILE_NAME = \"AXSharp.config.json\" Field Value Type Description string Properties | Edit this page View Source AxProjectFolder Gets or sets the output folder for the Ix project. Declaration [JsonIgnore] public string AxProjectFolder { get; set; } Property Value Type Description string | Edit this page View Source IgnoreS7Pragmas Declaration public bool IgnoreS7Pragmas { get; set; } Property Value Type Description bool | Edit this page View Source NoDependencyUpdate Declaration public bool NoDependencyUpdate { get; set; } Property Value Type Description bool | Edit this page View Source OutputProjectFolder Gets or sets the output folder for the Ix project. Declaration public string OutputProjectFolder { get; set; } Property Value Type Description string | Edit this page View Source ProjectFile Gets or sets name of the output project file. Declaration public string? ProjectFile { get; set; } Property Value Type Description string | Edit this page View Source SkipDependencyCompilation Declaration public bool SkipDependencyCompilation { get; set; } Property Value Type Description bool | Edit this page View Source UseBase Gets or sets whether compiler should use $base for base types of a class. Declaration public bool UseBase { get; set; } Property Value Type Description bool Methods | Edit this page View Source RetrieveAXSharpConfig(string) Declaration public static AXSharpConfig RetrieveAXSharpConfig(string ixConfigFilePath) Parameters Type Name Description string ixConfigFilePath Returns Type Description AXSharpConfig | Edit this page View Source UpdateAndGetAXSharpConfig(string, ICompilerOptions?) Gets updated or creates default config for given AX project. Declaration public static AXSharpConfig UpdateAndGetAXSharpConfig(string directory, ICompilerOptions? newCompilerOptions = null) Parameters Type Name Description string directory AX project directory ICompilerOptions newCompilerOptions Compiler options. Returns Type Description AXSharpConfig Ix configuration for given AX project. Implements ICompilerOptions"
},
"api/AXSharp.Compiler.AXSharpProject.html": {
"href": "api/AXSharp.Compiler.AXSharpProject.html",
"title": "Class AXSharpProject | System.Dynamic.ExpandoObject",
- "keywords": "Class AXSharpProject Provides entry point for compilation of AX project sources. Inheritance object AXSharpProject Implements IAXSharpProject Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Compiler Assembly: AXSharp.Compiler.dll Syntax public class AXSharpProject : IAXSharpProject Constructors | Edit this page View Source AXSharpProject(AxProject, IEnumerable, Type, ICompilerOptions?) Creates new instance of the AXSharpProject Declaration public AXSharpProject(AxProject axProject, IEnumerable builderTypes, Type targetProjectType, ICompilerOptions? cliCompilerOptions = null) Parameters Type Name Description AxProject axProject Instance of source AX project. IEnumerable builderTypes List of output builders. The builders must implement ISourceBuilder and ICombinedThreeVisitor Type targetProjectType Target project type. The target project type must implement ITargetProject ICompilerOptions cliCompilerOptions Compiler options from CLI. Properties | Edit this page View Source AxProject Get AX project. Declaration public AxProject AxProject { get; } Property Value Type Description AxProject | Edit this page View Source CompilerOptions Gets compiler option for this AXSharpProject Declaration public ICompilerOptions? CompilerOptions { get; } Property Value Type Description ICompilerOptions | Edit this page View Source OutputFolder Gets root output folder where the generated sources will be emitted. Declaration public string OutputFolder { get; } Property Value Type Description string | Edit this page View Source TargetProject Gets target project. Declaration public ITargetProject TargetProject { get; } Property Value Type Description ITargetProject | Edit this page View Source UseBaseSymbol Declaration public bool UseBaseSymbol { get; } Property Value Type Description bool Methods | Edit this page View Source CleanOutput(string) Cleans all output files from the output directory Declaration public void CleanOutput(string folderToClean) Parameters Type Name Description string folderToClean | Edit this page View Source Generate() Generates outputs from the builders and emits the files into output folder. Declaration public void Generate() | Edit this page View Source GetRelativePath(string, string) Declaration public static string GetRelativePath(string fromPath, string toPath) Parameters Type Name Description string fromPath string toPath Returns Type Description string Implements IAXSharpProject"
+ "keywords": "Class AXSharpProject Provides entry point for compilation of AX project sources. Inheritance object AXSharpProject Implements IAXSharpProject Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Compiler Assembly: AXSharp.Compiler.dll Syntax public class AXSharpProject : IAXSharpProject Constructors | Edit this page View Source AXSharpProject(AxProject, IEnumerable, Type, ICompilerOptions?) Creates new instance of the AXSharpProject Declaration public AXSharpProject(AxProject axProject, IEnumerable builderTypes, Type targetProjectType, ICompilerOptions? cliCompilerOptions = null) Parameters Type Name Description AxProject axProject Instance of source AX project. IEnumerable builderTypes List of output builders. The builders must implement ISourceBuilder and ICombinedThreeVisitor Type targetProjectType Target project type. The target project type must implement ITargetProject ICompilerOptions cliCompilerOptions Compiler options from CLI. Properties | Edit this page View Source AxProject Get AX project. Declaration public AxProject AxProject { get; } Property Value Type Description AxProject | Edit this page View Source CompilerOptions Gets compiler option for this AXSharpProject Declaration public ICompilerOptions? CompilerOptions { get; } Property Value Type Description ICompilerOptions | Edit this page View Source OutputFolder Gets root output folder where the generated sources will be emitted. Declaration public string OutputFolder { get; } Property Value Type Description string | Edit this page View Source TargetProject Gets target project. Declaration public ITargetProject TargetProject { get; } Property Value Type Description ITargetProject | Edit this page View Source UseBaseSymbol Declaration public bool UseBaseSymbol { get; } Property Value Type Description bool Methods | Edit this page View Source CleanOutput(string) Cleans all output files from the output directory Declaration public void CleanOutput(string folderToClean) Parameters Type Name Description string folderToClean | Edit this page View Source Generate() Generates outputs from the builders and emits the files into output folder. Declaration public void Generate() | Edit this page View Source GetReferences() Declaration public IEnumerable GetReferences() Returns Type Description IEnumerable | Edit this page View Source GetRelativePath(string, string) Declaration public static string GetRelativePath(string fromPath, string toPath) Parameters Type Name Description string fromPath string toPath Returns Type Description string Implements IAXSharpProject"
},
"api/AXSharp.Compiler.Apax.html": {
"href": "api/AXSharp.Compiler.Apax.html",
@@ -67,7 +107,7 @@
"api/AXSharp.Compiler.Core.ICombinedThreeVisitor.html": {
"href": "api/AXSharp.Compiler.Core.ICombinedThreeVisitor.html",
"title": "Interface ICombinedThreeVisitor | System.Dynamic.ExpandoObject",
- "keywords": "Interface ICombinedThreeVisitor Provides implementation abstraction for syntax-semantic tree visitor. Namespace: AXSharp.Compiler.Core Assembly: AXSharp.Compiler.dll Syntax public interface ICombinedThreeVisitor Methods | Edit this page View Source CreateArrayTypeDeclaration(IArrayTypeDeclaration, IxNodeVisitor) Creates array type declaration. Declaration void CreateArrayTypeDeclaration(IArrayTypeDeclaration arrayTypeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IArrayTypeDeclaration arrayTypeDeclaration Array type semantics IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateClassDeclaration(IClassDeclaration, IxNodeVisitor) Creates class declaration from semantic node AX.ST.Semantic.Model.Declarations.IClassDeclaration. Declaration void CreateClassDeclaration(IClassDeclaration classDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IClassDeclaration classDeclaration Class declaration semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateClassDeclaration(IClassDeclarationSyntax, IClassDeclaration, IxNodeVisitor) Creates class declaration starting in AX.ST.Syntax.Tree.ClassDeclarationSyntax node and continues in respective semantic node of AX.ST.Semantic.Model.Declarations.IClassDeclaration. Declaration void CreateClassDeclaration(IClassDeclarationSyntax classDeclarationSyntax, IClassDeclaration classDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IClassDeclarationSyntax classDeclarationSyntax Class declaration syntax node. IClassDeclaration classDeclaration Class declaration semantic node. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateConfigDeclaration(IConfigurationDeclaration, IxNodeVisitor) Creates configuration declaration from semantic node of AX.ST.Semantic.Model.Declarations.IConfigurationDeclaration Declaration void CreateConfigDeclaration(IConfigurationDeclaration configurationDeclaration, IxNodeVisitor data) Parameters Type Name Description IConfigurationDeclaration configurationDeclaration Configuration declaration semantic node. IxNodeVisitor data Associated visitor. | Edit this page View Source CreateConfigDeclaration(IConfigDeclarationSyntax, IConfigurationDeclaration, IxNodeVisitor) Creates configuration declaration from starting from syntax node and proceeds in respective semantic node. Declaration void CreateConfigDeclaration(IConfigDeclarationSyntax configDeclarationSyntax, IConfigurationDeclaration configurationDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IConfigDeclarationSyntax configDeclarationSyntax Configuration declaration syntax node. IConfigurationDeclaration configurationDeclaration Configuration declaration semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateDocComment(IDocComment, ICombinedThreeVisitor) Creates documentation for Declaration void CreateDocComment(IDocComment docComment, ICombinedThreeVisitor data) Parameters Type Name Description IDocComment docComment Documentation comment ICombinedThreeVisitor data Associated visitor | Edit this page View Source CreateEnumTypeDeclaration(IEnumTypeDeclaration, IxNodeVisitor) Creates enum type. Declaration void CreateEnumTypeDeclaration(IEnumTypeDeclaration enumTypeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IEnumTypeDeclaration enumTypeDeclaration Enum type semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateEnumTypeDeclaration(IEnumTypeDeclarationSyntax, ITypeDeclaration, IxNodeVisitor) Created enum declaration starting from syntax node and continues in respective semantic node. Declaration void CreateEnumTypeDeclaration(IEnumTypeDeclarationSyntax enumTypeDeclarationSyntax, ITypeDeclaration typeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IEnumTypeDeclarationSyntax enumTypeDeclarationSyntax Enum type declaration syntax node. ITypeDeclaration typeDeclaration Enum type declaration semantic node. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateFieldDeclaration(IFieldDeclaration, IxNodeVisitor) Creates field (type member) declaration from semantic node AX.ST.Semantic.Model.Declarations.IFieldDeclaration. Declaration void CreateFieldDeclaration(IFieldDeclaration fieldDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IFieldDeclaration fieldDeclaration Field declaration semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateFile(IFileSyntax, IxNodeVisitor) Creates file declaration from AX.ST.Syntax.Tree.IFileSyntax node of given syntax tree. Declaration void CreateFile(IFileSyntax fileSyntax, IxNodeVisitor visitor) Parameters Type Name Description IFileSyntax fileSyntax File syntax node. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateImplementsList(IImplementsListSyntax, ICombinedThreeVisitor) Creates implements list. Declaration void CreateImplementsList(IImplementsListSyntax implementsListSyntax, ICombinedThreeVisitor visitor) Parameters Type Name Description IImplementsListSyntax implementsListSyntax Implements syntax node. ICombinedThreeVisitor visitor Associated visitor. | Edit this page View Source CreateInterfaceDeclaration(IInterfaceDeclaration, IxNodeVisitor) Creates interface declaration from semantic node. Declaration void CreateInterfaceDeclaration(IInterfaceDeclaration interfaceDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IInterfaceDeclaration interfaceDeclaration Interface declaration semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateInterfaceDeclaration(IInterfaceDeclarationSyntax, IInterfaceDeclaration, IxNodeVisitor) Creates interface declaration syntax starting from syntax node and continues in respective semantic node. Declaration void CreateInterfaceDeclaration(IInterfaceDeclarationSyntax interfaceDeclarationSyntax, IInterfaceDeclaration interfaceDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IInterfaceDeclarationSyntax interfaceDeclarationSyntax Interface declaration syntax node. IInterfaceDeclaration interfaceDeclaration Interface declarations syntax semantic node. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateNamedValueTypeDeclaration(INamedValueTypeDeclaration, IxNodeVisitor) Creates named value type declaration. Declaration void CreateNamedValueTypeDeclaration(INamedValueTypeDeclaration namedValueTypeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description INamedValueTypeDeclaration namedValueTypeDeclaration Named value type declaration semantic node. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateNamedValueTypeDeclaration(INamedValueTypeDeclarationSyntax, INamedValueTypeDeclaration, IxNodeVisitor) Creates Named Value Type declaration. Declaration void CreateNamedValueTypeDeclaration(INamedValueTypeDeclarationSyntax namedValueTypeDeclarationSyntax, INamedValueTypeDeclaration namedValueTypeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description INamedValueTypeDeclarationSyntax namedValueTypeDeclarationSyntax Named value type declaration syntax node. INamedValueTypeDeclaration namedValueTypeDeclaration Named value type declaration semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateNamespaceDeclaration(INamespaceDeclarationSyntax, IxNodeVisitor) Creates namespace declaration from AX.ST.Syntax.Tree.INamespaceDeclarationSyntax node of given syntax tree. Declaration void CreateNamespaceDeclaration(INamespaceDeclarationSyntax namespaceDeclarationSyntax, IxNodeVisitor visitor) Parameters Type Name Description INamespaceDeclarationSyntax namespaceDeclarationSyntax Namespace declaration syntax node. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreatePragma(IPragma, ICombinedThreeVisitor) Creates pragma declaration. Declaration void CreatePragma(IPragma pragma, ICombinedThreeVisitor visitor) Parameters Type Name Description IPragma pragma Pragma declaration semantics ICombinedThreeVisitor visitor Associated visitor | Edit this page View Source CreateReferenceToDeclaration(IReferenceTypeDeclaration, IxNodeVisitor) Creates referenced type declaration. Declaration void CreateReferenceToDeclaration(IReferenceTypeDeclaration referenceTypeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IReferenceTypeDeclaration referenceTypeDeclaration Reference type semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateScalarTypeDeclaration(IScalarTypeDeclaration, IxNodeVisitor) Create scalar type declaration. Declaration void CreateScalarTypeDeclaration(IScalarTypeDeclaration scalarTypeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IScalarTypeDeclaration scalarTypeDeclaration Scalar type semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateSemanticTypeAccess(ISemanticTypeAccess, IxNodeVisitor) Creates semantic type access. Declaration void CreateSemanticTypeAccess(ISemanticTypeAccess semanticTypeAccess, IxNodeVisitor visitor) Parameters Type Name Description ISemanticTypeAccess semanticTypeAccess Semantic type access semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateStringTypeDeclaration(IStringTypeDeclaration, IxNodeVisitor) Creates string type declaration. Declaration void CreateStringTypeDeclaration(IStringTypeDeclaration stringTypeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IStringTypeDeclaration stringTypeDeclaration String type semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateStructuredType(IStructuredTypeDeclaration, IxNodeVisitor) Creates structured type. Declaration void CreateStructuredType(IStructuredTypeDeclaration structuredTypeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IStructuredTypeDeclaration structuredTypeDeclaration Structured type semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateStructuredType(IStructTypeDeclarationSyntax, IStructuredTypeDeclaration, IxNodeVisitor) Creates structured type declaration. Declaration void CreateStructuredType(IStructTypeDeclarationSyntax structTypeDeclarationSyntax, IStructuredTypeDeclaration structuredTypeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IStructTypeDeclarationSyntax structTypeDeclarationSyntax Structured type declaration syntax node. IStructuredTypeDeclaration structuredTypeDeclaration Structured type semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateUsingDirective(IUsingDirectiveSyntax, ICombinedThreeVisitor) Creates using directive. Declaration void CreateUsingDirective(IUsingDirectiveSyntax usingDirectiveSyntax, ICombinedThreeVisitor visitor) Parameters Type Name Description IUsingDirectiveSyntax usingDirectiveSyntax Using directive syntax node. ICombinedThreeVisitor visitor Associated visitor. | Edit this page View Source CreateVariableDeclaration(IVariableDeclaration, IxNodeVisitor) Creates variable declaration. Declaration void CreateVariableDeclaration(IVariableDeclaration variableDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IVariableDeclaration variableDeclaration Variable declaration semantics. IxNodeVisitor visitor Associated visitor."
+ "keywords": "Interface ICombinedThreeVisitor Provides implementation abstraction for syntax-semantic tree visitor. Namespace: AXSharp.Compiler.Core Assembly: AXSharp.Compiler.dll Syntax public interface ICombinedThreeVisitor Methods | Edit this page View Source CreateArrayTypeDeclaration(IArrayTypeDeclaration, IxNodeVisitor) Creates array type declaration. Declaration void CreateArrayTypeDeclaration(IArrayTypeDeclaration arrayTypeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IArrayTypeDeclaration arrayTypeDeclaration Array type semantics IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateClassDeclaration(IClassDeclaration, IxNodeVisitor) Creates class declaration from semantic node AX.ST.Semantic.Model.Declarations.IClassDeclaration. Declaration void CreateClassDeclaration(IClassDeclaration classDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IClassDeclaration classDeclaration Class declaration semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateClassDeclaration(IClassDeclarationSyntax, IClassDeclaration, IxNodeVisitor) Creates class declaration starting in AX.ST.Syntax.Tree.ClassDeclarationSyntax node and continues in respective semantic node of AX.ST.Semantic.Model.Declarations.IClassDeclaration. Declaration void CreateClassDeclaration(IClassDeclarationSyntax classDeclarationSyntax, IClassDeclaration classDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IClassDeclarationSyntax classDeclarationSyntax Class declaration syntax node. IClassDeclaration classDeclaration Class declaration semantic node. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateConfigDeclaration(IConfigurationDeclaration, IxNodeVisitor) Creates configuration declaration from semantic node of AX.ST.Semantic.Model.Declarations.IConfigurationDeclaration Declaration void CreateConfigDeclaration(IConfigurationDeclaration configurationDeclaration, IxNodeVisitor data) Parameters Type Name Description IConfigurationDeclaration configurationDeclaration Configuration declaration semantic node. IxNodeVisitor data Associated visitor. | Edit this page View Source CreateConfigDeclaration(IConfigDeclarationSyntax, IConfigurationDeclaration, IxNodeVisitor) Creates configuration declaration from starting from syntax node and proceeds in respective semantic node. Declaration void CreateConfigDeclaration(IConfigDeclarationSyntax configDeclarationSyntax, IConfigurationDeclaration configurationDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IConfigDeclarationSyntax configDeclarationSyntax Configuration declaration syntax node. IConfigurationDeclaration configurationDeclaration Configuration declaration semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateDocComment(IDocComment, ICombinedThreeVisitor) Creates documentation for Declaration void CreateDocComment(IDocComment docComment, ICombinedThreeVisitor data) Parameters Type Name Description IDocComment docComment Documentation comment ICombinedThreeVisitor data Associated visitor | Edit this page View Source CreateEnumTypeDeclaration(IEnumTypeDeclaration, IxNodeVisitor) Creates enum type. Declaration void CreateEnumTypeDeclaration(IEnumTypeDeclaration enumTypeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IEnumTypeDeclaration enumTypeDeclaration Enum type semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateEnumTypeDeclaration(IEnumTypeDeclarationSyntax, ITypeDeclaration, IxNodeVisitor) Created enum declaration starting from syntax node and continues in respective semantic node. Declaration void CreateEnumTypeDeclaration(IEnumTypeDeclarationSyntax enumTypeDeclarationSyntax, ITypeDeclaration typeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IEnumTypeDeclarationSyntax enumTypeDeclarationSyntax Enum type declaration syntax node. ITypeDeclaration typeDeclaration Enum type declaration semantic node. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateFieldDeclaration(IFieldDeclaration, IxNodeVisitor) Creates field (type member) declaration from semantic node AX.ST.Semantic.Model.Declarations.IFieldDeclaration. Declaration void CreateFieldDeclaration(IFieldDeclaration fieldDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IFieldDeclaration fieldDeclaration Field declaration semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateFile(IFileSyntax, IxNodeVisitor) Creates file declaration from AX.ST.Syntax.Tree.IFileSyntax node of given syntax tree. Declaration void CreateFile(IFileSyntax fileSyntax, IxNodeVisitor visitor) Parameters Type Name Description IFileSyntax fileSyntax File syntax node. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateImplementsList(IImplementsListSyntax, ICombinedThreeVisitor) Creates implements list. Declaration void CreateImplementsList(IImplementsListSyntax implementsListSyntax, ICombinedThreeVisitor visitor) Parameters Type Name Description IImplementsListSyntax implementsListSyntax Implements syntax node. ICombinedThreeVisitor visitor Associated visitor. | Edit this page View Source CreateInterfaceDeclaration(IInterfaceDeclaration, IxNodeVisitor) Creates interface declaration from semantic node. Declaration void CreateInterfaceDeclaration(IInterfaceDeclaration interfaceDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IInterfaceDeclaration interfaceDeclaration Interface declaration semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateInterfaceDeclaration(IInterfaceDeclarationSyntax, IInterfaceDeclaration, IxNodeVisitor) Creates interface declaration syntax starting from syntax node and continues in respective semantic node. Declaration void CreateInterfaceDeclaration(IInterfaceDeclarationSyntax interfaceDeclarationSyntax, IInterfaceDeclaration interfaceDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IInterfaceDeclarationSyntax interfaceDeclarationSyntax Interface declaration syntax node. IInterfaceDeclaration interfaceDeclaration Interface declarations syntax semantic node. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateMergedConfigurations(IxNodeVisitor, Compilation) Declaration void CreateMergedConfigurations(IxNodeVisitor visitor, Compilation compilation) Parameters Type Name Description IxNodeVisitor visitor Compilation compilation | Edit this page View Source CreateNamedValueTypeDeclaration(INamedValueTypeDeclaration, IxNodeVisitor) Creates named value type declaration. Declaration void CreateNamedValueTypeDeclaration(INamedValueTypeDeclaration namedValueTypeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description INamedValueTypeDeclaration namedValueTypeDeclaration Named value type declaration semantic node. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateNamedValueTypeDeclaration(INamedValueTypeDeclarationSyntax, INamedValueTypeDeclaration, IxNodeVisitor) Creates Named Value Type declaration. Declaration void CreateNamedValueTypeDeclaration(INamedValueTypeDeclarationSyntax namedValueTypeDeclarationSyntax, INamedValueTypeDeclaration namedValueTypeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description INamedValueTypeDeclarationSyntax namedValueTypeDeclarationSyntax Named value type declaration syntax node. INamedValueTypeDeclaration namedValueTypeDeclaration Named value type declaration semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateNamespaceDeclaration(INamespaceDeclarationSyntax, IxNodeVisitor) Creates namespace declaration from AX.ST.Syntax.Tree.INamespaceDeclarationSyntax node of given syntax tree. Declaration void CreateNamespaceDeclaration(INamespaceDeclarationSyntax namespaceDeclarationSyntax, IxNodeVisitor visitor) Parameters Type Name Description INamespaceDeclarationSyntax namespaceDeclarationSyntax Namespace declaration syntax node. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreatePragma(IPragma, ICombinedThreeVisitor) Creates pragma declaration. Declaration void CreatePragma(IPragma pragma, ICombinedThreeVisitor visitor) Parameters Type Name Description IPragma pragma Pragma declaration semantics ICombinedThreeVisitor visitor Associated visitor | Edit this page View Source CreateReferenceToDeclaration(IReferenceTypeDeclaration, IxNodeVisitor) Creates referenced type declaration. Declaration void CreateReferenceToDeclaration(IReferenceTypeDeclaration referenceTypeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IReferenceTypeDeclaration referenceTypeDeclaration Reference type semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateScalarTypeDeclaration(IScalarTypeDeclaration, IxNodeVisitor) Create scalar type declaration. Declaration void CreateScalarTypeDeclaration(IScalarTypeDeclaration scalarTypeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IScalarTypeDeclaration scalarTypeDeclaration Scalar type semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateSemanticTypeAccess(ISemanticTypeAccess, IxNodeVisitor) Creates semantic type access. Declaration void CreateSemanticTypeAccess(ISemanticTypeAccess semanticTypeAccess, IxNodeVisitor visitor) Parameters Type Name Description ISemanticTypeAccess semanticTypeAccess Semantic type access semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateStringTypeDeclaration(IStringTypeDeclaration, IxNodeVisitor) Creates string type declaration. Declaration void CreateStringTypeDeclaration(IStringTypeDeclaration stringTypeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IStringTypeDeclaration stringTypeDeclaration String type semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateStructuredType(IStructuredTypeDeclaration, IxNodeVisitor) Creates structured type. Declaration void CreateStructuredType(IStructuredTypeDeclaration structuredTypeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IStructuredTypeDeclaration structuredTypeDeclaration Structured type semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateStructuredType(IStructTypeDeclarationSyntax, IStructuredTypeDeclaration, IxNodeVisitor) Creates structured type declaration. Declaration void CreateStructuredType(IStructTypeDeclarationSyntax structTypeDeclarationSyntax, IStructuredTypeDeclaration structuredTypeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IStructTypeDeclarationSyntax structTypeDeclarationSyntax Structured type declaration syntax node. IStructuredTypeDeclaration structuredTypeDeclaration Structured type semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateUsingDirective(IUsingDirectiveSyntax, ICombinedThreeVisitor) Creates using directive. Declaration void CreateUsingDirective(IUsingDirectiveSyntax usingDirectiveSyntax, ICombinedThreeVisitor visitor) Parameters Type Name Description IUsingDirectiveSyntax usingDirectiveSyntax Using directive syntax node. ICombinedThreeVisitor visitor Associated visitor. | Edit this page View Source CreateVariableDeclaration(IVariableDeclaration, IxNodeVisitor) Creates variable declaration. Declaration void CreateVariableDeclaration(IVariableDeclaration variableDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IVariableDeclaration variableDeclaration Variable declaration semantics. IxNodeVisitor visitor Associated visitor."
},
"api/AXSharp.Compiler.Core.ISourceBuilder.html": {
"href": "api/AXSharp.Compiler.Core.ISourceBuilder.html",
@@ -82,7 +122,7 @@
"api/AXSharp.Compiler.Core.TypeNotFoundInSemanticTreeException.html": {
"href": "api/AXSharp.Compiler.Core.TypeNotFoundInSemanticTreeException.html",
"title": "Class TypeNotFoundInSemanticTreeException | System.Dynamic.ExpandoObject",
- "keywords": "Class TypeNotFoundInSemanticTreeException Provides exception details when while crossing syntax tree no matching type is found in the semantic tree. Inheritance object Exception TypeNotFoundInSemanticTreeException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.GetHashCode() object.MemberwiseClone() object.ReferenceEquals(object, object) Namespace: AXSharp.Compiler.Core Assembly: AXSharp.Compiler.dll Syntax [Serializable] public class TypeNotFoundInSemanticTreeException : Exception, ISerializable Constructors | Edit this page View Source TypeNotFoundInSemanticTreeException() Creates new instance of TypeNotFoundInSemanticTreeException Declaration public TypeNotFoundInSemanticTreeException() | Edit this page View Source TypeNotFoundInSemanticTreeException(SerializationInfo, StreamingContext) Initializes a new instance of the TypeNotFoundInSemanticTreeException class with serialized data. Declaration protected TypeNotFoundInSemanticTreeException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info The SerializationInfo that holds the serialized object data about the exception being thrown. StreamingContext context The StreamingContext that contains contextual information about the source or destination. Exceptions Type Condition ArgumentNullException info is null. SerializationException The class name is null or HResult is zero (0). | Edit this page View Source TypeNotFoundInSemanticTreeException(string) Initializes a new instance of the TypeNotFoundInSemanticTreeException class with a specified error message. Declaration public TypeNotFoundInSemanticTreeException(string message) Parameters Type Name Description string message The message that describes the error. | Edit this page View Source TypeNotFoundInSemanticTreeException(string, Exception) Initializes a new instance of the TypeNotFoundInSemanticTreeException class with a specified error message and a reference to the inner exception that is the cause of this exception. Declaration public TypeNotFoundInSemanticTreeException(string message, Exception innerException) Parameters Type Name Description string message The error message that explains the reason for the exception. Exception innerException The exception that is the cause of the current exception, or a null reference ( Nothing in Visual Basic) if no inner exception is specified. Implements ISerializable"
+ "keywords": "Class TypeNotFoundInSemanticTreeException Provides exception details when while crossing syntax tree no matching type is found in the semantic tree. Inheritance object Exception TypeNotFoundInSemanticTreeException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.GetHashCode() object.MemberwiseClone() object.ReferenceEquals(object, object) Namespace: AXSharp.Compiler.Core Assembly: AXSharp.Compiler.dll Syntax [Serializable] public class TypeNotFoundInSemanticTreeException : Exception, ISerializable Constructors | Edit this page View Source TypeNotFoundInSemanticTreeException() Creates new instance of TypeNotFoundInSemanticTreeException Declaration public TypeNotFoundInSemanticTreeException() | Edit this page View Source TypeNotFoundInSemanticTreeException(SerializationInfo, StreamingContext) Initializes a new instance of the TypeNotFoundInSemanticTreeException class with serialized data. Declaration protected TypeNotFoundInSemanticTreeException(SerializationInfo info, StreamingContext context) Parameters Type Name Description SerializationInfo info The SerializationInfo that holds the serialized object data about the exception being thrown. StreamingContext context The StreamingContext that contains contextual information about the source or destination. Exceptions Type Condition ArgumentNullException info is null. SerializationException The class name is null or HResult is zero (0). | Edit this page View Source TypeNotFoundInSemanticTreeException(string) Initializes a new instance of the TypeNotFoundInSemanticTreeException class with a specified error message. Declaration public TypeNotFoundInSemanticTreeException(string message) Parameters Type Name Description string message The message that describes the error. | Edit this page View Source TypeNotFoundInSemanticTreeException(string, Exception) Initializes a new instance of the TypeNotFoundInSemanticTreeException class with a specified error message and a reference to the inner exception that is the cause of this exception. Declaration public TypeNotFoundInSemanticTreeException(string message, Exception innerException) Parameters Type Name Description string message The error message that explains the reason for the exception. Exception innerException The exception that is the cause of the current exception, or a null reference ( Nothing in Visual Basic) if no inner exception is specified. Implements ISerializable"
},
"api/AXSharp.Compiler.Core.eCommAccessibility.html": {
"href": "api/AXSharp.Compiler.Core.eCommAccessibility.html",
@@ -97,17 +137,17 @@
"api/AXSharp.Compiler.Cs.Exceptions.FailedGettingPackageReferenceException.html": {
"href": "api/AXSharp.Compiler.Cs.Exceptions.FailedGettingPackageReferenceException.html",
"title": "Class FailedGettingPackageReferenceException | System.Dynamic.ExpandoObject",
- "keywords": "Class FailedGettingPackageReferenceException Inheritance object Exception FailedGettingPackageReferenceException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.GetHashCode() object.MemberwiseClone() object.ReferenceEquals(object, object) Namespace: AXSharp.Compiler.Cs.Exceptions Assembly: AXSharp.Compiler.Cs.dll Syntax [Serializable] public class FailedGettingPackageReferenceException : Exception, ISerializable Constructors | Edit this page View Source FailedGettingPackageReferenceException(string, Exception) Declaration public FailedGettingPackageReferenceException(string s, Exception exception) Parameters Type Name Description string s Exception exception Implements ISerializable"
+ "keywords": "Class FailedGettingPackageReferenceException Inheritance object Exception FailedGettingPackageReferenceException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.GetHashCode() object.MemberwiseClone() object.ReferenceEquals(object, object) Namespace: AXSharp.Compiler.Cs.Exceptions Assembly: AXSharp.Compiler.Cs.dll Syntax [Serializable] public class FailedGettingPackageReferenceException : Exception, ISerializable Constructors | Edit this page View Source FailedGettingPackageReferenceException(string, Exception) Declaration public FailedGettingPackageReferenceException(string s, Exception exception) Parameters Type Name Description string s Exception exception Implements ISerializable"
},
"api/AXSharp.Compiler.Cs.Exceptions.FailedToRetrievePackageReferenceException.html": {
"href": "api/AXSharp.Compiler.Cs.Exceptions.FailedToRetrievePackageReferenceException.html",
"title": "Class FailedToRetrievePackageReferenceException | System.Dynamic.ExpandoObject",
- "keywords": "Class FailedToRetrievePackageReferenceException Failure to retrieve package information from csproj file. Inheritance object Exception FailedToRetrievePackageReferenceException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.GetHashCode() object.MemberwiseClone() object.ReferenceEquals(object, object) Namespace: AXSharp.Compiler.Cs.Exceptions Assembly: AXSharp.Compiler.Cs.dll Syntax [Serializable] public class FailedToRetrievePackageReferenceException : Exception, ISerializable Constructors | Edit this page View Source FailedToRetrievePackageReferenceException(string, Exception) Creates new instance of FailedGettingPackageReferenceException Declaration public FailedToRetrievePackageReferenceException(string s, Exception exception) Parameters Type Name Description string s Message Exception exception Inner exception Implements ISerializable"
+ "keywords": "Class FailedToRetrievePackageReferenceException Failure to retrieve package information from csproj file. Inheritance object Exception FailedToRetrievePackageReferenceException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.GetHashCode() object.MemberwiseClone() object.ReferenceEquals(object, object) Namespace: AXSharp.Compiler.Cs.Exceptions Assembly: AXSharp.Compiler.Cs.dll Syntax [Serializable] public class FailedToRetrievePackageReferenceException : Exception, ISerializable Constructors | Edit this page View Source FailedToRetrievePackageReferenceException(string, Exception) Creates new instance of FailedGettingPackageReferenceException Declaration public FailedToRetrievePackageReferenceException(string s, Exception exception) Parameters Type Name Description string s Message Exception exception Inner exception Implements ISerializable"
},
"api/AXSharp.Compiler.Cs.Exceptions.PrimitiveTypeNotRecognizedException.html": {
"href": "api/AXSharp.Compiler.Cs.Exceptions.PrimitiveTypeNotRecognizedException.html",
"title": "Class PrimitiveTypeNotRecognizedException | System.Dynamic.ExpandoObject",
- "keywords": "Class PrimitiveTypeNotRecognizedException Inheritance object Exception PrimitiveTypeNotRecognizedException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.GetHashCode() object.MemberwiseClone() object.ReferenceEquals(object, object) Namespace: AXSharp.Compiler.Cs.Exceptions Assembly: AXSharp.Compiler.Cs.dll Syntax [Serializable] public class PrimitiveTypeNotRecognizedException : Exception, ISerializable Constructors | Edit this page View Source PrimitiveTypeNotRecognizedException(string) Declaration public PrimitiveTypeNotRecognizedException(string s) Parameters Type Name Description string s Implements ISerializable"
+ "keywords": "Class PrimitiveTypeNotRecognizedException Inheritance object Exception PrimitiveTypeNotRecognizedException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.GetHashCode() object.MemberwiseClone() object.ReferenceEquals(object, object) Namespace: AXSharp.Compiler.Cs.Exceptions Assembly: AXSharp.Compiler.Cs.dll Syntax [Serializable] public class PrimitiveTypeNotRecognizedException : Exception, ISerializable Constructors | Edit this page View Source PrimitiveTypeNotRecognizedException(string) Declaration public PrimitiveTypeNotRecognizedException(string s) Parameters Type Name Description string s Implements ISerializable"
},
"api/AXSharp.Compiler.Cs.Exceptions.html": {
"href": "api/AXSharp.Compiler.Cs.Exceptions.html",
@@ -117,7 +157,7 @@
"api/AXSharp.Compiler.Cs.Onliner.CsOnlinerSourceBuilder.html": {
"href": "api/AXSharp.Compiler.Cs.Onliner.CsOnlinerSourceBuilder.html",
"title": "Class CsOnlinerSourceBuilder | System.Dynamic.ExpandoObject",
- "keywords": "Class CsOnlinerSourceBuilder Source builder for AXSharp.Compiler.Cs.Onliner twins. Inheritance object CsOnlinerSourceBuilder Implements ICombinedThreeVisitor ISourceBuilder Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Compiler.Cs.Onliner Assembly: AXSharp.Compiler.Cs.dll Syntax public class CsOnlinerSourceBuilder : ICombinedThreeVisitor, ISourceBuilder Constructors | Edit this page View Source CsOnlinerSourceBuilder(AXSharpProject, Compilation) Creates new instance of CsOnlinerSourceBuilder Declaration public CsOnlinerSourceBuilder(AXSharpProject project, Compilation compilation) Parameters Type Name Description AXSharpProject project Ix project name. Compilation compilation AX compilation Properties | Edit this page View Source BuilderType Gets builder type. Builder type is used by CompilerOmits attribute to prevent compilation of constructs for specific compilation outputs. Declaration public string BuilderType { get; } Property Value Type Description string | Edit this page View Source Compilation Get the semantic compilation for this builder. Declaration public Compilation Compilation { get; } Property Value Type Description Compilation | Edit this page View Source CompilerOptions Declaration public ICompilerOptions? CompilerOptions { get; } Property Value Type Description ICompilerOptions | Edit this page View Source Group Get source group name. The output of this builder will be places into sub-folder name after this Group property. Declaration public string Group { get; } Property Value Type Description string | Edit this page View Source Output Gets string output of the builder. Declaration public string Output { get; } Property Value Type Description string | Edit this page View Source OutputFileSuffix Suffix of output files. Declaration public string OutputFileSuffix { get; } Property Value Type Description string | Edit this page View Source TypeCommAccessibility Declaration public eCommAccessibility TypeCommAccessibility { get; } Property Value Type Description eCommAccessibility Methods | Edit this page View Source CreateArrayTypeDeclaration(IArrayTypeDeclaration, IxNodeVisitor) Creates array type declaration. Declaration public void CreateArrayTypeDeclaration(IArrayTypeDeclaration arrayTypeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IArrayTypeDeclaration arrayTypeDeclaration Array type semantics IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateClassDeclaration(IClassDeclarationSyntax, IClassDeclaration, IxNodeVisitor) Creates class declaration starting in AX.ST.Syntax.Tree.ClassDeclarationSyntax node and continues in respective semantic node of AX.ST.Semantic.Model.Declarations.IClassDeclaration. Declaration public void CreateClassDeclaration(IClassDeclarationSyntax classDeclarationSyntax, IClassDeclaration classDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IClassDeclarationSyntax classDeclarationSyntax Class declaration syntax node. IClassDeclaration classDeclaration Class declaration semantic node. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateConfigDeclaration(IConfigurationDeclaration, IxNodeVisitor) Creates configuration declaration from semantic node of AX.ST.Semantic.Model.Declarations.IConfigurationDeclaration Declaration public void CreateConfigDeclaration(IConfigurationDeclaration configurationDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IConfigurationDeclaration configurationDeclaration Configuration declaration semantic node. IxNodeVisitor visitor | Edit this page View Source CreateConfigDeclaration(IConfigDeclarationSyntax, IConfigurationDeclaration, IxNodeVisitor) Creates configuration declaration from starting from syntax node and proceeds in respective semantic node. Declaration public void CreateConfigDeclaration(IConfigDeclarationSyntax configDeclarationSyntax, IConfigurationDeclaration configurationDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IConfigDeclarationSyntax configDeclarationSyntax Configuration declaration syntax node. IConfigurationDeclaration configurationDeclaration Configuration declaration semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateDocComment(IDocComment, ICombinedThreeVisitor) Creates documentation for Declaration public void CreateDocComment(IDocComment semanticTypeAccess, ICombinedThreeVisitor data) Parameters Type Name Description IDocComment semanticTypeAccess ICombinedThreeVisitor data Associated visitor | Edit this page View Source CreateEnumTypeDeclaration(IEnumTypeDeclarationSyntax, ITypeDeclaration, IxNodeVisitor) Created enum declaration starting from syntax node and continues in respective semantic node. Declaration public void CreateEnumTypeDeclaration(IEnumTypeDeclarationSyntax enumTypeDeclarationSyntax, ITypeDeclaration typeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IEnumTypeDeclarationSyntax enumTypeDeclarationSyntax Enum type declaration syntax node. ITypeDeclaration typeDeclaration Enum type declaration semantic node. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateFile(IFileSyntax, IxNodeVisitor) Creates file declaration from AX.ST.Syntax.Tree.IFileSyntax node of given syntax tree. Declaration public void CreateFile(IFileSyntax fileSyntax, IxNodeVisitor visitor) Parameters Type Name Description IFileSyntax fileSyntax File syntax node. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateImplementsList(IImplementsListSyntax, ICombinedThreeVisitor) Creates implements list. Declaration public void CreateImplementsList(IImplementsListSyntax implementsListSyntax, ICombinedThreeVisitor visitor) Parameters Type Name Description IImplementsListSyntax implementsListSyntax Implements syntax node. ICombinedThreeVisitor visitor Associated visitor. | Edit this page View Source CreateInterfaceDeclaration(IInterfaceDeclaration, IxNodeVisitor) Creates interface declaration from semantic node. Declaration public void CreateInterfaceDeclaration(IInterfaceDeclaration interfaceDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IInterfaceDeclaration interfaceDeclaration Interface declaration semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateInterfaceDeclaration(IInterfaceDeclarationSyntax, IInterfaceDeclaration, IxNodeVisitor) Creates interface declaration syntax starting from syntax node and continues in respective semantic node. Declaration public void CreateInterfaceDeclaration(IInterfaceDeclarationSyntax interfaceDeclarationSyntax, IInterfaceDeclaration interfaceDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IInterfaceDeclarationSyntax interfaceDeclarationSyntax Interface declaration syntax node. IInterfaceDeclaration interfaceDeclaration Interface declarations syntax semantic node. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateNamedValueTypeDeclaration(INamedValueTypeDeclarationSyntax, INamedValueTypeDeclaration, IxNodeVisitor) Creates Named Value Type declaration. Declaration public void CreateNamedValueTypeDeclaration(INamedValueTypeDeclarationSyntax namedValueTypeDeclarationSyntax, INamedValueTypeDeclaration namedValueTypeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description INamedValueTypeDeclarationSyntax namedValueTypeDeclarationSyntax Named value type declaration syntax node. INamedValueTypeDeclaration namedValueTypeDeclaration Named value type declaration semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateNamespaceDeclaration(INamespaceDeclarationSyntax, IxNodeVisitor) Creates namespace declaration from AX.ST.Syntax.Tree.INamespaceDeclarationSyntax node of given syntax tree. Declaration public void CreateNamespaceDeclaration(INamespaceDeclarationSyntax namespaceDeclarationSyntax, IxNodeVisitor visitor) Parameters Type Name Description INamespaceDeclarationSyntax namespaceDeclarationSyntax Namespace declaration syntax node. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreatePragma(IPragma, ICombinedThreeVisitor) Creates pragma declaration. Declaration public void CreatePragma(IPragma pragma, ICombinedThreeVisitor visitor) Parameters Type Name Description IPragma pragma Pragma declaration semantics ICombinedThreeVisitor visitor Associated visitor | Edit this page View Source CreateStructuredType(IStructTypeDeclarationSyntax, IStructuredTypeDeclaration, IxNodeVisitor) Creates structured type declaration. Declaration public void CreateStructuredType(IStructTypeDeclarationSyntax structTypeDeclarationSyntax, IStructuredTypeDeclaration structuredTypeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IStructTypeDeclarationSyntax structTypeDeclarationSyntax Structured type declaration syntax node. IStructuredTypeDeclaration structuredTypeDeclaration Structured type semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateUsingDirective(IUsingDirectiveSyntax, ICombinedThreeVisitor) Creates using directive. Declaration public void CreateUsingDirective(IUsingDirectiveSyntax usingDirectiveSyntax, ICombinedThreeVisitor visitor) Parameters Type Name Description IUsingDirectiveSyntax usingDirectiveSyntax Using directive syntax node. ICombinedThreeVisitor visitor Associated visitor. Implements ICombinedThreeVisitor ISourceBuilder"
+ "keywords": "Class CsOnlinerSourceBuilder Source builder for AXSharp.Compiler.Cs.Onliner twins. Inheritance object CsOnlinerSourceBuilder Implements ICombinedThreeVisitor ISourceBuilder Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Compiler.Cs.Onliner Assembly: AXSharp.Compiler.Cs.dll Syntax public class CsOnlinerSourceBuilder : ICombinedThreeVisitor, ISourceBuilder Constructors | Edit this page View Source CsOnlinerSourceBuilder(AXSharpProject, Compilation) Creates new instance of CsOnlinerSourceBuilder Declaration public CsOnlinerSourceBuilder(AXSharpProject project, Compilation compilation) Parameters Type Name Description AXSharpProject project Ix project name. Compilation compilation AX compilation Properties | Edit this page View Source BuilderType Gets builder type. Builder type is used by CompilerOmits attribute to prevent compilation of constructs for specific compilation outputs. Declaration public string BuilderType { get; } Property Value Type Description string | Edit this page View Source Compilation Get the semantic compilation for this builder. Declaration public Compilation Compilation { get; } Property Value Type Description Compilation | Edit this page View Source CompilerOptions Declaration public ICompilerOptions? CompilerOptions { get; } Property Value Type Description ICompilerOptions | Edit this page View Source Group Get source group name. The output of this builder will be places into sub-folder name after this Group property. Declaration public string Group { get; } Property Value Type Description string | Edit this page View Source Output Gets string output of the builder. Declaration public string Output { get; } Property Value Type Description string | Edit this page View Source OutputFileSuffix Suffix of output files. Declaration public string OutputFileSuffix { get; } Property Value Type Description string | Edit this page View Source TypeCommAccessibility Declaration public eCommAccessibility TypeCommAccessibility { get; } Property Value Type Description eCommAccessibility Methods | Edit this page View Source CreateArrayTypeDeclaration(IArrayTypeDeclaration, IxNodeVisitor) Creates array type declaration. Declaration public void CreateArrayTypeDeclaration(IArrayTypeDeclaration arrayTypeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IArrayTypeDeclaration arrayTypeDeclaration Array type semantics IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateClassDeclaration(IClassDeclarationSyntax, IClassDeclaration, IxNodeVisitor) Creates class declaration starting in AX.ST.Syntax.Tree.ClassDeclarationSyntax node and continues in respective semantic node of AX.ST.Semantic.Model.Declarations.IClassDeclaration. Declaration public void CreateClassDeclaration(IClassDeclarationSyntax classDeclarationSyntax, IClassDeclaration classDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IClassDeclarationSyntax classDeclarationSyntax Class declaration syntax node. IClassDeclaration classDeclaration Class declaration semantic node. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateConfigDeclaration(IConfigurationDeclaration, IxNodeVisitor) Creates configuration declaration from semantic node of AX.ST.Semantic.Model.Declarations.IConfigurationDeclaration Declaration public void CreateConfigDeclaration(IConfigurationDeclaration configurationDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IConfigurationDeclaration configurationDeclaration Configuration declaration semantic node. IxNodeVisitor visitor | Edit this page View Source CreateConfigDeclaration(IConfigDeclarationSyntax, IConfigurationDeclaration, IxNodeVisitor) Creates configuration declaration from starting from syntax node and proceeds in respective semantic node. Declaration public void CreateConfigDeclaration(IConfigDeclarationSyntax configDeclarationSyntax, IConfigurationDeclaration configurationDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IConfigDeclarationSyntax configDeclarationSyntax Configuration declaration syntax node. IConfigurationDeclaration configurationDeclaration Configuration declaration semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateDocComment(IDocComment, ICombinedThreeVisitor) Creates documentation for Declaration public void CreateDocComment(IDocComment semanticTypeAccess, ICombinedThreeVisitor data) Parameters Type Name Description IDocComment semanticTypeAccess ICombinedThreeVisitor data Associated visitor | Edit this page View Source CreateEnumTypeDeclaration(IEnumTypeDeclarationSyntax, ITypeDeclaration, IxNodeVisitor) Created enum declaration starting from syntax node and continues in respective semantic node. Declaration public void CreateEnumTypeDeclaration(IEnumTypeDeclarationSyntax enumTypeDeclarationSyntax, ITypeDeclaration typeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IEnumTypeDeclarationSyntax enumTypeDeclarationSyntax Enum type declaration syntax node. ITypeDeclaration typeDeclaration Enum type declaration semantic node. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateFile(IFileSyntax, IxNodeVisitor) Creates file declaration from AX.ST.Syntax.Tree.IFileSyntax node of given syntax tree. Declaration public void CreateFile(IFileSyntax fileSyntax, IxNodeVisitor visitor) Parameters Type Name Description IFileSyntax fileSyntax File syntax node. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateImplementsList(IImplementsListSyntax, ICombinedThreeVisitor) Creates implements list. Declaration public void CreateImplementsList(IImplementsListSyntax implementsListSyntax, ICombinedThreeVisitor visitor) Parameters Type Name Description IImplementsListSyntax implementsListSyntax Implements syntax node. ICombinedThreeVisitor visitor Associated visitor. | Edit this page View Source CreateInterfaceDeclaration(IInterfaceDeclaration, IxNodeVisitor) Creates interface declaration from semantic node. Declaration public void CreateInterfaceDeclaration(IInterfaceDeclaration interfaceDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IInterfaceDeclaration interfaceDeclaration Interface declaration semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateInterfaceDeclaration(IInterfaceDeclarationSyntax, IInterfaceDeclaration, IxNodeVisitor) Creates interface declaration syntax starting from syntax node and continues in respective semantic node. Declaration public void CreateInterfaceDeclaration(IInterfaceDeclarationSyntax interfaceDeclarationSyntax, IInterfaceDeclaration interfaceDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IInterfaceDeclarationSyntax interfaceDeclarationSyntax Interface declaration syntax node. IInterfaceDeclaration interfaceDeclaration Interface declarations syntax semantic node. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateMergedConfigurations(IxNodeVisitor, Compilation) Declaration public void CreateMergedConfigurations(IxNodeVisitor visitor, Compilation compilation) Parameters Type Name Description IxNodeVisitor visitor Compilation compilation | Edit this page View Source CreateNamedValueTypeDeclaration(INamedValueTypeDeclarationSyntax, INamedValueTypeDeclaration, IxNodeVisitor) Creates Named Value Type declaration. Declaration public void CreateNamedValueTypeDeclaration(INamedValueTypeDeclarationSyntax namedValueTypeDeclarationSyntax, INamedValueTypeDeclaration namedValueTypeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description INamedValueTypeDeclarationSyntax namedValueTypeDeclarationSyntax Named value type declaration syntax node. INamedValueTypeDeclaration namedValueTypeDeclaration Named value type declaration semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateNamespaceDeclaration(INamespaceDeclarationSyntax, IxNodeVisitor) Creates namespace declaration from AX.ST.Syntax.Tree.INamespaceDeclarationSyntax node of given syntax tree. Declaration public void CreateNamespaceDeclaration(INamespaceDeclarationSyntax namespaceDeclarationSyntax, IxNodeVisitor visitor) Parameters Type Name Description INamespaceDeclarationSyntax namespaceDeclarationSyntax Namespace declaration syntax node. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreatePragma(IPragma, ICombinedThreeVisitor) Creates pragma declaration. Declaration public void CreatePragma(IPragma pragma, ICombinedThreeVisitor visitor) Parameters Type Name Description IPragma pragma Pragma declaration semantics ICombinedThreeVisitor visitor Associated visitor | Edit this page View Source CreateStructuredType(IStructTypeDeclarationSyntax, IStructuredTypeDeclaration, IxNodeVisitor) Creates structured type declaration. Declaration public void CreateStructuredType(IStructTypeDeclarationSyntax structTypeDeclarationSyntax, IStructuredTypeDeclaration structuredTypeDeclaration, IxNodeVisitor visitor) Parameters Type Name Description IStructTypeDeclarationSyntax structTypeDeclarationSyntax Structured type declaration syntax node. IStructuredTypeDeclaration structuredTypeDeclaration Structured type semantics. IxNodeVisitor visitor Associated visitor. | Edit this page View Source CreateUsingDirective(IUsingDirectiveSyntax, ICombinedThreeVisitor) Creates using directive. Declaration public void CreateUsingDirective(IUsingDirectiveSyntax usingDirectiveSyntax, ICombinedThreeVisitor visitor) Parameters Type Name Description IUsingDirectiveSyntax usingDirectiveSyntax Using directive syntax node. ICombinedThreeVisitor visitor Associated visitor. Implements ICombinedThreeVisitor ISourceBuilder"
},
"api/AXSharp.Compiler.Cs.Onliner.html": {
"href": "api/AXSharp.Compiler.Cs.Onliner.html",
@@ -137,7 +177,7 @@
"api/AXSharp.Compiler.Cs.PragmaExtensions.html": {
"href": "api/AXSharp.Compiler.Cs.PragmaExtensions.html",
"title": "Class PragmaExtensions | System.Dynamic.ExpandoObject",
- "keywords": "Class PragmaExtensions Provides series of methods for working with IX pragmas. Inheritance object PragmaExtensions Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Compiler.Cs Assembly: AXSharp.Compiler.Cs.dll Syntax public static class PragmaExtensions Fields | Edit this page View Source PRAGMA_ATTRIBUTE_SIGNATURE Declaration public const string PRAGMA_ATTRIBUTE_SIGNATURE = \"#ix-attr:\" Field Value Type Description string | Edit this page View Source PRAGMA_DECLARE_PROPERTY_SIGNATURE Declaration public const string PRAGMA_DECLARE_PROPERTY_SIGNATURE = \"#ix-prop:\" Field Value Type Description string | Edit this page View Source PRAGMA_PROPERTY_GENERIC_ATTRIBUTES Declaration public const string PRAGMA_PROPERTY_GENERIC_ATTRIBUTES = \"#ix-generic:\" Field Value Type Description string | Edit this page View Source PRAGMA_PROPERTY_SET_SIGNATURE Declaration public const string PRAGMA_PROPERTY_SET_SIGNATURE = \"#ix-set:\" Field Value Type Description string Methods | Edit this page View Source AddAnnotations(IDeclaration, ISourceBuilder) Produces statement to annotate the member based on attributes. Declaration public static string AddAnnotations(this IDeclaration declaration, ISourceBuilder sourceBuilder) Parameters Type Name Description IDeclaration declaration Declaration ISourceBuilder sourceBuilder Source builder. Returns Type Description string Annotation statements | Edit this page View Source AddAttributes(IEnumerable) Produces clr attributes from list of ix pragmas. Declaration public static string AddAttributes(this IEnumerable pragmas) Parameters Type Name Description IEnumerable pragmas Pragmas Returns Type Description string Attribute syntax from given ix pragmas. | Edit this page View Source DeclareProperties(IConfigurationDeclaration) Produces property from list of ix pragmas declared in configuration declaration. Declaration public static string DeclareProperties(this IConfigurationDeclaration configDeclaration) Parameters Type Name Description IConfigurationDeclaration configDeclaration Type declaration Returns Type Description string Property syntax from given ix pragmas. | Edit this page View Source DeclareProperties(ITypeDeclaration) Produces property from list of ix pragmas declared on type declaration. Declaration public static string DeclareProperties(this ITypeDeclaration typeDeclaration) Parameters Type Name Description ITypeDeclaration typeDeclaration Type declaration Returns Type Description string Property syntax from given ix pragmas. | Edit this page View Source GetGenericAttributes(IFieldDeclaration) Declaration public static IEnumerable GetGenericAttributes(this IFieldDeclaration typeDeclaration) Parameters Type Name Description IFieldDeclaration typeDeclaration Returns Type Description IEnumerable | Edit this page View Source GetGenericAttributes(ITypeDeclaration) Declaration public static VisitorProduct GetGenericAttributes(this ITypeDeclaration typeDeclaration) Parameters Type Name Description ITypeDeclaration typeDeclaration Returns Type Description VisitorProduct | Edit this page View Source GetPropertyValue(IDeclaration, string, string) Gets a value of a property declared with set value pragma. If a property with given name is not found member name is returned instead. Declaration public static string GetPropertyValue(this IDeclaration declaration, string propertyName, string memberName = \"\") Parameters Type Name Description IDeclaration declaration Declaration string propertyName Property name string memberName Member name Returns Type Description string | Edit this page View Source SetProperties(IFieldDeclaration) Produces statement to set a value of a property in constructor. Declaration public static string SetProperties(this IFieldDeclaration fieldDeclaration) Parameters Type Name Description IFieldDeclaration fieldDeclaration Field declaration Returns Type Description string Statement setting property to given value. | Edit this page View Source SetProperties(IVariableDeclaration) Produces statement to set a value of a property in constructor. Declaration public static string SetProperties(this IVariableDeclaration variableDeclaration) Parameters Type Name Description IVariableDeclaration variableDeclaration Variable declaration Returns Type Description string Statement setting property to given value. | Edit this page View Source SetProperties(ITypeDeclaration) Produces statement to set a value of a property in constructor. Declaration public static string SetProperties(this ITypeDeclaration typeDeclaration) Parameters Type Name Description ITypeDeclaration typeDeclaration Type declaration Returns Type Description string Statement setting property to given value."
+ "keywords": "Class PragmaExtensions Provides series of methods for working with IX pragmas. Inheritance object PragmaExtensions Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Compiler.Cs Assembly: AXSharp.Compiler.Cs.dll Syntax public static class PragmaExtensions Fields | Edit this page View Source PRAGMA_ATTRIBUTE_SIGNATURE Declaration public const string PRAGMA_ATTRIBUTE_SIGNATURE = \"#ix-attr:\" Field Value Type Description string | Edit this page View Source PRAGMA_DECLARE_PROPERTY_SIGNATURE Declaration public const string PRAGMA_DECLARE_PROPERTY_SIGNATURE = \"#ix-prop:\" Field Value Type Description string | Edit this page View Source PRAGMA_PROPERTY_GENERIC_ATTRIBUTES Declaration public const string PRAGMA_PROPERTY_GENERIC_ATTRIBUTES = \"#ix-generic:\" Field Value Type Description string | Edit this page View Source PRAGMA_PROPERTY_SET_SIGNATURE Declaration public const string PRAGMA_PROPERTY_SET_SIGNATURE = \"#ix-set:\" Field Value Type Description string Methods | Edit this page View Source AddAnnotations(IDeclaration, ISourceBuilder) Produces statement to annotate the member based on attributes. Declaration public static string AddAnnotations(this IDeclaration declaration, ISourceBuilder sourceBuilder) Parameters Type Name Description IDeclaration declaration Declaration ISourceBuilder sourceBuilder Source builder. Returns Type Description string Annotation statements | Edit this page View Source AddAttributes(IEnumerable) Produces clr attributes from list of ix pragmas. Declaration public static string AddAttributes(this IEnumerable pragmas) Parameters Type Name Description IEnumerable pragmas Pragmas Returns Type Description string Attribute syntax from given ix pragmas. | Edit this page View Source AddedPropertiesAsAttributes(IEnumerable) Declaration public static string AddedPropertiesAsAttributes(this IEnumerable pragmas) Parameters Type Name Description IEnumerable pragmas Returns Type Description string | Edit this page View Source DeclareProperties(IConfigurationDeclaration) Produces property from list of ix pragmas declared in configuration declaration. Declaration public static string DeclareProperties(this IConfigurationDeclaration configDeclaration) Parameters Type Name Description IConfigurationDeclaration configDeclaration Type declaration Returns Type Description string Property syntax from given ix pragmas. | Edit this page View Source DeclareProperties(ITypeDeclaration) Produces property from list of ix pragmas declared on type declaration. Declaration public static string DeclareProperties(this ITypeDeclaration typeDeclaration) Parameters Type Name Description ITypeDeclaration typeDeclaration Type declaration Returns Type Description string Property syntax from given ix pragmas. | Edit this page View Source GetGenericAttributes(IFieldDeclaration) Declaration public static IEnumerable GetGenericAttributes(this IFieldDeclaration typeDeclaration) Parameters Type Name Description IFieldDeclaration typeDeclaration Returns Type Description IEnumerable | Edit this page View Source GetGenericAttributes(ITypeDeclaration) Declaration public static VisitorProduct GetGenericAttributes(this ITypeDeclaration typeDeclaration) Parameters Type Name Description ITypeDeclaration typeDeclaration Returns Type Description VisitorProduct | Edit this page View Source GetPropertyValue(IDeclaration, string, string) Gets a value of a property declared with set value pragma. If a property with given name is not found member name is returned instead. Declaration public static string GetPropertyValue(this IDeclaration declaration, string propertyName, string memberName = \"\") Parameters Type Name Description IDeclaration declaration Declaration string propertyName Property name string memberName Member name Returns Type Description string | Edit this page View Source SetProperties(IStorageDeclaration) Produces statement to set a value of a property in constructor. Declaration public static string SetProperties(this IStorageDeclaration fieldDeclaration) Parameters Type Name Description IStorageDeclaration fieldDeclaration Field declaration Returns Type Description string Statement setting property to given value. | Edit this page View Source SetProperties(IVariableDeclaration) Produces statement to set a value of a property in constructor. Declaration public static string SetProperties(this IVariableDeclaration variableDeclaration) Parameters Type Name Description IVariableDeclaration variableDeclaration Variable declaration Returns Type Description string Statement setting property to given value. | Edit this page View Source SetProperties(ITypeDeclaration) Produces statement to set a value of a property in constructor. Declaration public static string SetProperties(this ITypeDeclaration typeDeclaration) Parameters Type Name Description ITypeDeclaration typeDeclaration Type declaration Returns Type Description string Statement setting property to given value."
},
"api/AXSharp.Compiler.Cs.Pragmas.PragmaParser.GenericAttributeAstNode.html": {
"href": "api/AXSharp.Compiler.Cs.Pragmas.PragmaParser.GenericAttributeAstNode.html",
@@ -147,7 +187,7 @@
"api/AXSharp.Compiler.Cs.Pragmas.PragmaParser.VisitorProduct.html": {
"href": "api/AXSharp.Compiler.Cs.Pragmas.PragmaParser.VisitorProduct.html",
"title": "Class VisitorProduct | System.Dynamic.ExpandoObject",
- "keywords": "Class VisitorProduct Inheritance object VisitorProduct Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Compiler.Cs.Pragmas.PragmaParser Assembly: AXSharp.Compiler.Cs.dll Syntax public class VisitorProduct Properties | Edit this page View Source GenericConstrains Declaration public string? GenericConstrains { get; set; } Property Value Type Description string | Edit this page View Source GenericTypeAssignment Declaration public (string type, bool isPoco) GenericTypeAssignment { get; set; } Property Value Type Description (string type, bool isPoco) | Edit this page View Source GenericTypes Declaration public IEnumerable GenericTypes { get; set; } Property Value Type Description IEnumerable | Edit this page View Source Product Declaration public string? Product { get; set; } Property Value Type Description string"
+ "keywords": "Class VisitorProduct Inheritance object VisitorProduct Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Compiler.Cs.Pragmas.PragmaParser Assembly: AXSharp.Compiler.Cs.dll Syntax public class VisitorProduct Properties | Edit this page View Source GenericConstrains Declaration public string? GenericConstrains { get; set; } Property Value Type Description string | Edit this page View Source GenericTypeAssignment Declaration public (string type, bool isPoco) GenericTypeAssignment { get; set; } Property Value Type Description (string type, bool isPoco) | Edit this page View Source GenericTypes Declaration public IEnumerable GenericTypes { get; set; } Property Value Type Description IEnumerable | Edit this page View Source Product Declaration public string? Product { get; set; } Property Value Type Description string | Edit this page View Source Property Declaration public (string PropertyName, string? InitValue) Property { get; set; } Property Value Type Description (string assembly, string fullTypeName)"
},
"api/AXSharp.Compiler.Cs.Pragmas.PragmaParser.html": {
"href": "api/AXSharp.Compiler.Cs.Pragmas.PragmaParser.html",
@@ -172,22 +212,22 @@
"api/AXSharp.Compiler.Exceptions.FailedToCreateCombineThreeVisitorException.html": {
"href": "api/AXSharp.Compiler.Exceptions.FailedToCreateCombineThreeVisitorException.html",
"title": "Class FailedToCreateCombineThreeVisitorException | System.Dynamic.ExpandoObject",
- "keywords": "Class FailedToCreateCombineThreeVisitorException Inheritance object Exception FailedToCreateCombineThreeVisitorException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.GetHashCode() object.MemberwiseClone() object.ReferenceEquals(object, object) Namespace: AXSharp.Compiler.Exceptions Assembly: AXSharp.Compiler.dll Syntax [Serializable] public class FailedToCreateCombineThreeVisitorException : Exception, ISerializable Constructors | Edit this page View Source FailedToCreateCombineThreeVisitorException(string) Declaration public FailedToCreateCombineThreeVisitorException(string s) Parameters Type Name Description string s Implements ISerializable"
+ "keywords": "Class FailedToCreateCombineThreeVisitorException Inheritance object Exception FailedToCreateCombineThreeVisitorException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.GetHashCode() object.MemberwiseClone() object.ReferenceEquals(object, object) Namespace: AXSharp.Compiler.Exceptions Assembly: AXSharp.Compiler.dll Syntax [Serializable] public class FailedToCreateCombineThreeVisitorException : Exception, ISerializable Constructors | Edit this page View Source FailedToCreateCombineThreeVisitorException(string) Declaration public FailedToCreateCombineThreeVisitorException(string s) Parameters Type Name Description string s Implements ISerializable"
},
"api/AXSharp.Compiler.Exceptions.FailedToCreateTargetProjectException.html": {
"href": "api/AXSharp.Compiler.Exceptions.FailedToCreateTargetProjectException.html",
"title": "Class FailedToCreateTargetProjectException | System.Dynamic.ExpandoObject",
- "keywords": "Class FailedToCreateTargetProjectException Inheritance object Exception FailedToCreateTargetProjectException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.GetHashCode() object.MemberwiseClone() object.ReferenceEquals(object, object) Namespace: AXSharp.Compiler.Exceptions Assembly: AXSharp.Compiler.dll Syntax [Serializable] public class FailedToCreateTargetProjectException : Exception, ISerializable Constructors | Edit this page View Source FailedToCreateTargetProjectException(string) Declaration public FailedToCreateTargetProjectException(string s) Parameters Type Name Description string s Implements ISerializable"
+ "keywords": "Class FailedToCreateTargetProjectException Inheritance object Exception FailedToCreateTargetProjectException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.GetHashCode() object.MemberwiseClone() object.ReferenceEquals(object, object) Namespace: AXSharp.Compiler.Exceptions Assembly: AXSharp.Compiler.dll Syntax [Serializable] public class FailedToCreateTargetProjectException : Exception, ISerializable Constructors | Edit this page View Source FailedToCreateTargetProjectException(string) Declaration public FailedToCreateTargetProjectException(string s) Parameters Type Name Description string s Implements ISerializable"
},
"api/AXSharp.Compiler.Exceptions.FailedToReadIxConfigurationFileException.html": {
"href": "api/AXSharp.Compiler.Exceptions.FailedToReadIxConfigurationFileException.html",
"title": "Class FailedToReadIxConfigurationFileException | System.Dynamic.ExpandoObject",
- "keywords": "Class FailedToReadIxConfigurationFileException Provides information about failure to process AXSharp.config.json file. Inheritance object Exception FailedToReadIxConfigurationFileException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.GetHashCode() object.MemberwiseClone() object.ReferenceEquals(object, object) Namespace: AXSharp.Compiler.Exceptions Assembly: AXSharp.Compiler.dll Syntax public class FailedToReadIxConfigurationFileException : Exception, ISerializable Constructors | Edit this page View Source FailedToReadIxConfigurationFileException(string, Exception) Create new instance of FailedToReadIxConfigurationFileException Declaration public FailedToReadIxConfigurationFileException(string s, Exception exception) Parameters Type Name Description string s Exception details Exception exception Inner exception Implements ISerializable"
+ "keywords": "Class FailedToReadIxConfigurationFileException Provides information about failure to process AXSharp.config.json file. Inheritance object Exception FailedToReadIxConfigurationFileException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.GetHashCode() object.MemberwiseClone() object.ReferenceEquals(object, object) Namespace: AXSharp.Compiler.Exceptions Assembly: AXSharp.Compiler.dll Syntax public class FailedToReadIxConfigurationFileException : Exception, ISerializable Constructors | Edit this page View Source FailedToReadIxConfigurationFileException(string, Exception) Create new instance of FailedToReadIxConfigurationFileException Declaration public FailedToReadIxConfigurationFileException(string s, Exception exception) Parameters Type Name Description string s Exception details Exception exception Inner exception Implements ISerializable"
},
"api/AXSharp.Compiler.Exceptions.SourceProjectInfoRetrievalException.html": {
"href": "api/AXSharp.Compiler.Exceptions.SourceProjectInfoRetrievalException.html",
"title": "Class SourceProjectInfoRetrievalException | System.Dynamic.ExpandoObject",
- "keywords": "Class SourceProjectInfoRetrievalException Provides information about and exception while retrieving information about references apax project. Inheritance object Exception SourceProjectInfoRetrievalException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.GetHashCode() object.MemberwiseClone() object.ReferenceEquals(object, object) Namespace: AXSharp.Compiler.Exceptions Assembly: AXSharp.Compiler.dll Syntax public class SourceProjectInfoRetrievalException : Exception, ISerializable Constructors | Edit this page View Source SourceProjectInfoRetrievalException(string, Exception) Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception. Declaration public SourceProjectInfoRetrievalException(string message, Exception exception) Parameters Type Name Description string message The error message that explains the reason for the exception. Exception exception Implements ISerializable"
+ "keywords": "Class SourceProjectInfoRetrievalException Provides information about and exception while retrieving information about references apax project. Inheritance object Exception SourceProjectInfoRetrievalException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.GetHashCode() object.MemberwiseClone() object.ReferenceEquals(object, object) Namespace: AXSharp.Compiler.Exceptions Assembly: AXSharp.Compiler.dll Syntax public class SourceProjectInfoRetrievalException : Exception, ISerializable Constructors | Edit this page View Source SourceProjectInfoRetrievalException(string, Exception) Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception. Declaration public SourceProjectInfoRetrievalException(string message, Exception exception) Parameters Type Name Description string message The error message that explains the reason for the exception. Exception exception Implements ISerializable"
},
"api/AXSharp.Compiler.Exceptions.html": {
"href": "api/AXSharp.Compiler.Exceptions.html",
@@ -197,12 +237,12 @@
"api/AXSharp.Compiler.FailedToCreateSourceBuilderException.html": {
"href": "api/AXSharp.Compiler.FailedToCreateSourceBuilderException.html",
"title": "Class FailedToCreateSourceBuilderException | System.Dynamic.ExpandoObject",
- "keywords": "Class FailedToCreateSourceBuilderException Inheritance object Exception FailedToCreateSourceBuilderException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.GetHashCode() object.MemberwiseClone() object.ReferenceEquals(object, object) Namespace: AXSharp.Compiler Assembly: AXSharp.Compiler.dll Syntax [Serializable] public class FailedToCreateSourceBuilderException : Exception, ISerializable Constructors | Edit this page View Source FailedToCreateSourceBuilderException(string) Declaration public FailedToCreateSourceBuilderException(string s) Parameters Type Name Description string s Implements ISerializable"
+ "keywords": "Class FailedToCreateSourceBuilderException Inheritance object Exception FailedToCreateSourceBuilderException Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.GetHashCode() object.MemberwiseClone() object.ReferenceEquals(object, object) Namespace: AXSharp.Compiler Assembly: AXSharp.Compiler.dll Syntax [Serializable] public class FailedToCreateSourceBuilderException : Exception, ISerializable Constructors | Edit this page View Source FailedToCreateSourceBuilderException(string) Declaration public FailedToCreateSourceBuilderException(string s) Parameters Type Name Description string s Implements ISerializable"
},
"api/AXSharp.Compiler.FailedToDeterminePackageVersion.html": {
"href": "api/AXSharp.Compiler.FailedToDeterminePackageVersion.html",
"title": "Class FailedToDeterminePackageVersion | System.Dynamic.ExpandoObject",
- "keywords": "Class FailedToDeterminePackageVersion Inheritance object Exception FailedToDeterminePackageVersion Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetObjectData(SerializationInfo, StreamingContext) Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.GetHashCode() object.MemberwiseClone() object.ReferenceEquals(object, object) Namespace: AXSharp.Compiler Assembly: AXSharp.Compiler.Cs.dll Syntax public class FailedToDeterminePackageVersion : Exception, ISerializable Constructors | Edit this page View Source FailedToDeterminePackageVersion(string, Exception) Declaration public FailedToDeterminePackageVersion(string message, Exception innerException) Parameters Type Name Description string message Exception innerException Implements ISerializable"
+ "keywords": "Class FailedToDeterminePackageVersion Inheritance object Exception FailedToDeterminePackageVersion Implements ISerializable Inherited Members Exception.GetBaseException() Exception.GetType() Exception.ToString() Exception.Data Exception.HelpLink Exception.HResult Exception.InnerException Exception.Message Exception.Source Exception.StackTrace Exception.TargetSite Exception.SerializeObjectState object.Equals(object) object.Equals(object, object) object.GetHashCode() object.MemberwiseClone() object.ReferenceEquals(object, object) Namespace: AXSharp.Compiler Assembly: AXSharp.Compiler.Cs.dll Syntax public class FailedToDeterminePackageVersion : Exception, ISerializable Constructors | Edit this page View Source FailedToDeterminePackageVersion(string, Exception) Declaration public FailedToDeterminePackageVersion(string message, Exception innerException) Parameters Type Name Description string message Exception innerException Implements ISerializable"
},
"api/AXSharp.Compiler.IAXSharpProject.html": {
"href": "api/AXSharp.Compiler.IAXSharpProject.html",
@@ -212,7 +252,7 @@
"api/AXSharp.Compiler.ICompilerOptions.html": {
"href": "api/AXSharp.Compiler.ICompilerOptions.html",
"title": "Interface ICompilerOptions | System.Dynamic.ExpandoObject",
- "keywords": "Interface ICompilerOptions Namespace: AXSharp.Compiler Assembly: AXSharp.Compiler.Abstractions.dll Syntax public interface ICompilerOptions Properties | Edit this page View Source IgnoreS7Pragmas Declaration bool IgnoreS7Pragmas { get; set; } Property Value Type Description bool | Edit this page View Source NoDependencyUpdate Declaration bool NoDependencyUpdate { get; set; } Property Value Type Description bool | Edit this page View Source OutputProjectFolder Declaration string? OutputProjectFolder { get; set; } Property Value Type Description string | Edit this page View Source ProjectFile Declaration string? ProjectFile { get; set; } Property Value Type Description string | Edit this page View Source UseBase Declaration bool UseBase { get; set; } Property Value Type Description bool"
+ "keywords": "Interface ICompilerOptions Namespace: AXSharp.Compiler Assembly: AXSharp.Compiler.Abstractions.dll Syntax public interface ICompilerOptions Properties | Edit this page View Source IgnoreS7Pragmas Declaration bool IgnoreS7Pragmas { get; set; } Property Value Type Description bool | Edit this page View Source NoDependencyUpdate Declaration bool NoDependencyUpdate { get; set; } Property Value Type Description bool | Edit this page View Source OutputProjectFolder Declaration string? OutputProjectFolder { get; set; } Property Value Type Description string | Edit this page View Source ProjectFile Declaration string? ProjectFile { get; set; } Property Value Type Description string | Edit this page View Source SkipDependencyCompilation Declaration bool SkipDependencyCompilation { get; set; } Property Value Type Description bool | Edit this page View Source UseBase Declaration bool UseBase { get; set; } Property Value Type Description bool"
},
"api/AXSharp.Compiler.IPackageReference.html": {
"href": "api/AXSharp.Compiler.IPackageReference.html",
@@ -237,7 +277,7 @@
"api/AXSharp.Compiler.LegalAcrobatics.html": {
"href": "api/AXSharp.Compiler.LegalAcrobatics.html",
"title": "Class LegalAcrobatics | System.Dynamic.ExpandoObject",
- "keywords": "Class LegalAcrobatics Inheritance object LegalAcrobatics Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Compiler Assembly: AXSharp.Compiler.dll Syntax public static class LegalAcrobatics Methods | Edit this page View Source LegalComplianceAcrobatics(string) Declaration public static Task LegalComplianceAcrobatics(string entryAssemblyLocation) Parameters Type Name Description string entryAssemblyLocation Returns Type Description Task"
+ "keywords": "Class LegalAcrobatics Inheritance object LegalAcrobatics Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Compiler Assembly: AXSharp.Compiler.dll Syntax public static class LegalAcrobatics Properties | Edit this page View Source StcVersion Declaration public static string? StcVersion { get; } Property Value Type Description string Methods | Edit this page View Source LegalComplianceAcrobatics(string) Declaration public static Task LegalComplianceAcrobatics(string entryAssemblyLocation) Parameters Type Name Description string entryAssemblyLocation Returns Type Description Task"
},
"api/AXSharp.Compiler.Log.html": {
"href": "api/AXSharp.Compiler.Log.html",
@@ -259,6 +299,11 @@
"title": "Namespace AXSharp.Compiler | System.Dynamic.ExpandoObject",
"keywords": "Namespace AXSharp.Compiler Classes AXSharpConfig Provides configuration setting for the AX# project. AXSharpProject Provides entry point for compilation of AX project sources. Apax Data transfer object for apax.yml file. AxProject Contains information about AX project. AxProject.SemVersion CompanionInfo CsProject Provides information about CSharp project from csproj file. FailedToCreateSourceBuilderException FailedToDeterminePackageVersion LegalAcrobatics Log Provides logger for the compiler. PackageReference Provides information about package reference from csproj file. ProjectReference Provide information about project reference from csproj file. Interfaces IAXSharpProject ICompilerOptions IPackageReference IProjectReference IReference ITargetProject"
},
+ "api/AXSharp.Connector.AddedPropertiesAttribute.html": {
+ "href": "api/AXSharp.Connector.AddedPropertiesAttribute.html",
+ "title": "Class AddedPropertiesAttribute | System.Dynamic.ExpandoObject",
+ "keywords": "Class AddedPropertiesAttribute Inheritance object Attribute AddedPropertiesAttribute Inherited Members Attribute.Equals(object) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetHashCode() Attribute.IsDefaultAttribute() Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.Match(object) Attribute.TypeId object.Equals(object, object) object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Connector Assembly: AXSharp.Connector.dll Syntax [AttributeUsage(AttributeTargets.Class|AttributeTargets.Property, AllowMultiple = true)] public class AddedPropertiesAttribute : Attribute Constructors | Edit this page View Source AddedPropertiesAttribute(string, object) Declaration public AddedPropertiesAttribute(string propertyName, object propertyValue) Parameters Type Name Description string propertyName object propertyValue Properties | Edit this page View Source PropertyName Declaration public string PropertyName { get; set; } Property Value Type Description string | Edit this page View Source PropertyValue Declaration public object PropertyValue { get; set; } Property Value Type Description object"
+ },
"api/AXSharp.Connector.BuilderHelpers.Arrays.html": {
"href": "api/AXSharp.Connector.BuilderHelpers.Arrays.html",
"title": "Class Arrays | System.Dynamic.ExpandoObject",
@@ -1227,7 +1272,7 @@
"api/AXSharp.Connector.html": {
"href": "api/AXSharp.Connector.html",
"title": "Namespace AXSharp.Connector | System.Dynamic.ExpandoObject",
- "keywords": "Namespace AXSharp.Connector Classes CompilerOmitsAttribute Prevents ixc builder to create a member for specific group of output type (Shadow, Plain, Onliner). note This attribute must be declared in the PLC code to be effective during build process. This example demonstrates how to prevent the ixc builder to compile specific property into specific output group. // This will not compile to 'omitsInPlainString' member into respective 'Plain' type. {#ix-attr:[CompilerOmits(CompilerOmissionGroups.BuilderPlainer))]} ommitsInPlainString : STRING(50) := 'THIS IS OMMITED IN PLAINER'; // This will not compile to 'ommitsInPlainAndShadowerInterfaceString' member into respective 'Plain' type and Shadow interface. {#ix-attr:[CompilerOmits(CompilerOmissionGroups.BuilderPlainer, CompilerOmissionGroups.BuilderShadowerInterface))]} ommitsInPlainAndShadowerInterfaceString : STRING(50) := 'THIS IS OMMITED IN PLAINER'; ConcurrentSet Concurent implementation HasSet comes from: https://stackoverflow.com/questions/18922985/concurrent-hashsett-in-net-framework https://stackoverflow.com/questions/4306936/how-to-implement-concurrenthashset-in-net Connector Abstract base class provides implementation contract for the PLC connector and basic common underlying logic. ConnectorAdapter Provides basic abstractions for twin connectors. ConnectorAdapterBuilder Provides access to extension method for creating connector adapters. ConnectorFactory Provides abstraction for creation of Connector and value types (tags) for twin connector. DummyConnector Provides a connector without real target system connections. DummyConnectorExtensions Provides extensions for DummyConnector and DummyConnectorFactory. DummyConnectorFactory Dummy connector factory class. Serves as offline connector with no connection to a controller. EnumeratorDiscriminatorAttribute Attribute provides information about the member being treated as enum. IPlainExtensions Provides a series of extension methods to work with POCO objects. ITwinController Represents twin object for PLC controller. IgnoreOnPocoOperation This attribute will prevent R/W operation on on given member or type, when performing operation with POCO objects. IgnoreReflectionAttribute Indicates that the member should not be reflected within the ix framework. PrimitiveAccessStatus Provides information about access to a primitive item. ReadOnceAttribute Indicates that the member should be access only once throughout the life time of the application during periodic reading. This attribute would be typically used for members that do not change value during the life time of the application. ReadOnlyAttribute Attribute allows to prevent writing to the members of twin connector. ReadOnlyAttribute can be declared for member of a FB, GVL or STRUCT. note This attribute is typically defined in the declaration section of PLC block and then trans-piled by ixc builder. warning Use of ReadOnlyAttribute does not prevent the PLC program to write to the variable that declares this attribute. This example demonstrates declaration of ReadOnlyAttribute on a member of a FB. FUNCTION_BLOCK fbSomeReadOnlyMembers VAR {#ix-attr:[ReadOnly()]]} _nonWrittableItem : BOOL; // Member is readonly for .net application. {#ix-attr:[ReadOnly()]]} _nonWrittableFunctionBlock : fbNonWrittable; // Member and its members are readonly for the .net application. END_VAR RootTwinObject Object to represent the root TwinObject. Instance of this class is typically used as root for the connector object. StringInterpolator Provides extension methods for PLC's string interpolation. TwinObjectExtensions Extensions methods for ITwinObject. TwinPrimitiveExtensions Provides series of extension method for accessing primitive items. WebApiConnectorExtensions Provides extension methods for instantiating WebAPI connector. Interfaces IPlain Basic abstraction for 'Plain' types. note Implementation used in building process. Not to be declared by framework consumers. ITwinElement Basic contract for any type that is product of building process. ITwinObject Basic contract for any complex object that is product of build process. ITwinOnlineObject Basic abstraction for 'IOnline' types. note Implementation used in building process. Not to be declared by framework consumers. ITwinPrimitive Provides basic contract for plc tag. ITwinPrimitiveInfo Provides interface for information about value types symbols. ITwinShadowObject Basic abstraction for 'IShadow' types. note Implementation used in building process. Not to be declared by framework consumers. Enums CommExceptionBehaviour Specifies how the connector should behave when a communication exception occurs. CompilerOmissionGroups Builder omission groups enumerator. Enumerates builder output groups suitable for the omission. ReadSubscriptionMode Specifies how the variables should be subscribed to."
+ "keywords": "Namespace AXSharp.Connector Classes AddedPropertiesAttribute CompilerOmitsAttribute Prevents ixc builder to create a member for specific group of output type (Shadow, Plain, Onliner). note This attribute must be declared in the PLC code to be effective during build process. This example demonstrates how to prevent the ixc builder to compile specific property into specific output group. // This will not compile to 'omitsInPlainString' member into respective 'Plain' type. {#ix-attr:[CompilerOmits(CompilerOmissionGroups.BuilderPlainer))]} ommitsInPlainString : STRING(50) := 'THIS IS OMMITED IN PLAINER'; // This will not compile to 'ommitsInPlainAndShadowerInterfaceString' member into respective 'Plain' type and Shadow interface. {#ix-attr:[CompilerOmits(CompilerOmissionGroups.BuilderPlainer, CompilerOmissionGroups.BuilderShadowerInterface))]} ommitsInPlainAndShadowerInterfaceString : STRING(50) := 'THIS IS OMMITED IN PLAINER'; ConcurrentSet Concurent implementation HasSet comes from: https://stackoverflow.com/questions/18922985/concurrent-hashsett-in-net-framework https://stackoverflow.com/questions/4306936/how-to-implement-concurrenthashset-in-net Connector Abstract base class provides implementation contract for the PLC connector and basic common underlying logic. ConnectorAdapter Provides basic abstractions for twin connectors. ConnectorAdapterBuilder Provides access to extension method for creating connector adapters. ConnectorFactory Provides abstraction for creation of Connector and value types (tags) for twin connector. DummyConnector Provides a connector without real target system connections. DummyConnectorExtensions Provides extensions for DummyConnector and DummyConnectorFactory. DummyConnectorFactory Dummy connector factory class. Serves as offline connector with no connection to a controller. EnumeratorDiscriminatorAttribute Attribute provides information about the member being treated as enum. IPlainExtensions Provides a series of extension methods to work with POCO objects. ITwinController Represents twin object for PLC controller. IgnoreOnPocoOperation This attribute will prevent R/W operation on on given member or type, when performing operation with POCO objects. IgnoreReflectionAttribute Indicates that the member should not be reflected within the ix framework. PrimitiveAccessStatus Provides information about access to a primitive item. ReadOnceAttribute Indicates that the member should be access only once throughout the life time of the application during periodic reading. This attribute would be typically used for members that do not change value during the life time of the application. ReadOnlyAttribute Attribute allows to prevent writing to the members of twin connector. ReadOnlyAttribute can be declared for member of a FB, GVL or STRUCT. note This attribute is typically defined in the declaration section of PLC block and then trans-piled by ixc builder. warning Use of ReadOnlyAttribute does not prevent the PLC program to write to the variable that declares this attribute. This example demonstrates declaration of ReadOnlyAttribute on a member of a FB. FUNCTION_BLOCK fbSomeReadOnlyMembers VAR {#ix-attr:[ReadOnly()]]} _nonWrittableItem : BOOL; // Member is readonly for .net application. {#ix-attr:[ReadOnly()]]} _nonWrittableFunctionBlock : fbNonWrittable; // Member and its members are readonly for the .net application. END_VAR RootTwinObject Object to represent the root TwinObject. Instance of this class is typically used as root for the connector object. StringInterpolator Provides extension methods for PLC's string interpolation. TwinObjectExtensions Extensions methods for ITwinObject. TwinPrimitiveExtensions Provides series of extension method for accessing primitive items. WebApiConnectorExtensions Provides extension methods for instantiating WebAPI connector. Interfaces IPlain Basic abstraction for 'Plain' types. note Implementation used in building process. Not to be declared by framework consumers. ITwinElement Basic contract for any type that is product of building process. ITwinObject Basic contract for any complex object that is product of build process. ITwinOnlineObject Basic abstraction for 'IOnline' types. note Implementation used in building process. Not to be declared by framework consumers. ITwinPrimitive Provides basic contract for plc tag. ITwinPrimitiveInfo Provides interface for information about value types symbols. ITwinShadowObject Basic abstraction for 'IShadow' types. note Implementation used in building process. Not to be declared by framework consumers. Enums CommExceptionBehaviour Specifies how the connector should behave when a communication exception occurs. CompilerOmissionGroups Builder omission groups enumerator. Enumerates builder output groups suitable for the omission. ReadSubscriptionMode Specifies how the variables should be subscribed to."
},
"api/AXSharp.Framework.Abstractions.DateTimeProviderBase.html": {
"href": "api/AXSharp.Framework.Abstractions.DateTimeProviderBase.html",
@@ -1252,12 +1297,12 @@
"api/AXSharp.Presentation.Attributes.PresentationContainerAttribute.html": {
"href": "api/AXSharp.Presentation.Attributes.PresentationContainerAttribute.html",
"title": "Class PresentationContainerAttribute | System.Dynamic.ExpandoObject",
- "keywords": "Class PresentationContainerAttribute Inheritance object Attribute PresentationContainerAttribute Inherited Members Attribute.Equals(object) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetHashCode() Attribute.IsDefaultAttribute() Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.Match(object) Attribute.TypeId object.Equals(object, object) object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Attributes Assembly: AXSharp.Abstractions.dll Syntax public class PresentationContainerAttribute : Attribute Constructors | Edit this page View Source PresentationContainerAttribute() Declaration protected PresentationContainerAttribute() | Edit this page View Source PresentationContainerAttribute(string, string) Declaration public PresentationContainerAttribute(string assembly, string fullTypeName) Parameters Type Name Description string assembly string fullTypeName | Edit this page View Source PresentationContainerAttribute(string, string, object) Declaration public PresentationContainerAttribute(string assembly, string fullTypeName, object parentHeader) Parameters Type Name Description string assembly string fullTypeName object parentHeader Properties | Edit this page View Source Assembly Declaration public string Assembly { get; protected set; } Property Value Type Description string | Edit this page View Source FullTypeName Declaration public string FullTypeName { get; protected set; } Property Value Type Description string | Edit this page View Source ParentHeader Declaration public object ParentHeader { get; protected set; } Property Value Type Description object"
+ "keywords": "Class PresentationContainerAttribute Inheritance object Attribute PresentationContainerAttribute ContainerAttribute Inherited Members Attribute.Equals(object) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetHashCode() Attribute.IsDefaultAttribute() Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.Match(object) Attribute.TypeId object.Equals(object, object) object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Attributes Assembly: AXSharp.Abstractions.dll Syntax public class PresentationContainerAttribute : Attribute Constructors | Edit this page View Source PresentationContainerAttribute() Declaration protected PresentationContainerAttribute() | Edit this page View Source PresentationContainerAttribute(string, string) Declaration public PresentationContainerAttribute(string assembly, string fullTypeName) Parameters Type Name Description string assembly string fullTypeName | Edit this page View Source PresentationContainerAttribute(string, string, object) Declaration public PresentationContainerAttribute(string assembly, string fullTypeName, object parentHeader) Parameters Type Name Description string assembly string fullTypeName object parentHeader Properties | Edit this page View Source Assembly Declaration public string Assembly { get; protected set; } Property Value Type Description string | Edit this page View Source FullTypeName Declaration public string FullTypeName { get; protected set; } Property Value Type Description string | Edit this page View Source ParentHeader Declaration public object ParentHeader { get; protected set; } Property Value Type Description object"
},
"api/AXSharp.Presentation.Attributes.PresentationGroupAttribute.html": {
"href": "api/AXSharp.Presentation.Attributes.PresentationGroupAttribute.html",
"title": "Class PresentationGroupAttribute | System.Dynamic.ExpandoObject",
- "keywords": "Class PresentationGroupAttribute Inheritance object Attribute PresentationGroupAttribute Inherited Members Attribute.Equals(object) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetHashCode() Attribute.IsDefaultAttribute() Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.Match(object) Attribute.TypeId object.Equals(object, object) object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Attributes Assembly: AXSharp.Abstractions.dll Syntax public class PresentationGroupAttribute : Attribute Constructors | Edit this page View Source PresentationGroupAttribute() Declaration protected PresentationGroupAttribute() | Edit this page View Source PresentationGroupAttribute(string, string) Declaration public PresentationGroupAttribute(string assembly, string fullTypeName) Parameters Type Name Description string assembly string fullTypeName | Edit this page View Source PresentationGroupAttribute(string, string, object) Declaration public PresentationGroupAttribute(string assembly, string fullTypeName, object parentHeader) Parameters Type Name Description string assembly string fullTypeName object parentHeader Properties | Edit this page View Source Assembly Declaration public string Assembly { get; protected set; } Property Value Type Description string | Edit this page View Source FullTypeName Declaration public string FullTypeName { get; protected set; } Property Value Type Description string | Edit this page View Source ParentHeader Declaration public object ParentHeader { get; protected set; } Property Value Type Description object"
+ "keywords": "Class PresentationGroupAttribute Inheritance object Attribute PresentationGroupAttribute GroupAttribute Inherited Members Attribute.Equals(object) Attribute.GetCustomAttribute(Assembly, Type) Attribute.GetCustomAttribute(Assembly, Type, bool) Attribute.GetCustomAttribute(MemberInfo, Type) Attribute.GetCustomAttribute(MemberInfo, Type, bool) Attribute.GetCustomAttribute(Module, Type) Attribute.GetCustomAttribute(Module, Type, bool) Attribute.GetCustomAttribute(ParameterInfo, Type) Attribute.GetCustomAttribute(ParameterInfo, Type, bool) Attribute.GetCustomAttributes(Assembly) Attribute.GetCustomAttributes(Assembly, bool) Attribute.GetCustomAttributes(Assembly, Type) Attribute.GetCustomAttributes(Assembly, Type, bool) Attribute.GetCustomAttributes(MemberInfo) Attribute.GetCustomAttributes(MemberInfo, bool) Attribute.GetCustomAttributes(MemberInfo, Type) Attribute.GetCustomAttributes(MemberInfo, Type, bool) Attribute.GetCustomAttributes(Module) Attribute.GetCustomAttributes(Module, bool) Attribute.GetCustomAttributes(Module, Type) Attribute.GetCustomAttributes(Module, Type, bool) Attribute.GetCustomAttributes(ParameterInfo) Attribute.GetCustomAttributes(ParameterInfo, bool) Attribute.GetCustomAttributes(ParameterInfo, Type) Attribute.GetCustomAttributes(ParameterInfo, Type, bool) Attribute.GetHashCode() Attribute.IsDefaultAttribute() Attribute.IsDefined(Assembly, Type) Attribute.IsDefined(Assembly, Type, bool) Attribute.IsDefined(MemberInfo, Type) Attribute.IsDefined(MemberInfo, Type, bool) Attribute.IsDefined(Module, Type) Attribute.IsDefined(Module, Type, bool) Attribute.IsDefined(ParameterInfo, Type) Attribute.IsDefined(ParameterInfo, Type, bool) Attribute.Match(object) Attribute.TypeId object.Equals(object, object) object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Attributes Assembly: AXSharp.Abstractions.dll Syntax public class PresentationGroupAttribute : Attribute Constructors | Edit this page View Source PresentationGroupAttribute() Declaration protected PresentationGroupAttribute() | Edit this page View Source PresentationGroupAttribute(string, string) Declaration public PresentationGroupAttribute(string assembly, string fullTypeName) Parameters Type Name Description string assembly string fullTypeName | Edit this page View Source PresentationGroupAttribute(string, string, object) Declaration public PresentationGroupAttribute(string assembly, string fullTypeName, object parentHeader) Parameters Type Name Description string assembly string fullTypeName object parentHeader Properties | Edit this page View Source Assembly Declaration public string Assembly { get; protected set; } Property Value Type Description string | Edit this page View Source FullTypeName Declaration public string FullTypeName { get; protected set; } Property Value Type Description string | Edit this page View Source ParentHeader Declaration public object ParentHeader { get; protected set; } Property Value Type Description object"
},
"api/AXSharp.Presentation.Attributes.html": {
"href": "api/AXSharp.Presentation.Attributes.html",
@@ -1292,37 +1337,37 @@
"api/AXSharp.Presentation.Blazor.Controls.Layouts.BorderLayout.html": {
"href": "api/AXSharp.Presentation.Blazor.Controls.Layouts.BorderLayout.html",
"title": "Class BorderLayout | System.Dynamic.ExpandoObject",
- "keywords": "Class BorderLayout Inheritance object ComponentBase LayoutComponentBase BorderLayout Implements IComponent IHandleEvent IHandleAfterRender Inherited Members LayoutComponentBase.SetParametersAsync(ParameterView) LayoutComponentBase.Body ComponentBase.OnInitialized() ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Layouts Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class BorderLayout : LayoutComponentBase, IComponent, IHandleEvent, IHandleAfterRender Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) Implements IComponent IHandleEvent IHandleAfterRender"
+ "keywords": "Class BorderLayout Inheritance object ComponentBase LayoutComponentBase BorderLayout Implements IComponent IHandleEvent IHandleAfterRender Inherited Members LayoutComponentBase.SetParametersAsync(ParameterView) LayoutComponentBase.Body ComponentBase.OnInitialized() ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.DispatchExceptionAsync(Exception) ComponentBase.RendererInfo ComponentBase.Assets ComponentBase.AssignedRenderMode object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Layouts Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class BorderLayout : LayoutComponentBase, IComponent, IHandleEvent, IHandleAfterRender Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) Implements IComponent IHandleEvent IHandleAfterRender"
},
"api/AXSharp.Presentation.Blazor.Controls.Layouts.GroupBoxLayout.html": {
"href": "api/AXSharp.Presentation.Blazor.Controls.Layouts.GroupBoxLayout.html",
"title": "Class GroupBoxLayout | System.Dynamic.ExpandoObject",
- "keywords": "Class GroupBoxLayout Inheritance object ComponentBase LayoutComponentBase GroupBoxLayout Implements IComponent IHandleEvent IHandleAfterRender Inherited Members LayoutComponentBase.SetParametersAsync(ParameterView) LayoutComponentBase.Body ComponentBase.OnInitialized() ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Layouts Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class GroupBoxLayout : LayoutComponentBase, IComponent, IHandleEvent, IHandleAfterRender Properties GroupName Declaration [Parameter] public string GroupName { get; set; } Property Value Type Description string Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) Implements IComponent IHandleEvent IHandleAfterRender"
+ "keywords": "Class GroupBoxLayout Inheritance object ComponentBase LayoutComponentBase GroupBoxLayout Implements IComponent IHandleEvent IHandleAfterRender Inherited Members LayoutComponentBase.SetParametersAsync(ParameterView) LayoutComponentBase.Body ComponentBase.OnInitialized() ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.DispatchExceptionAsync(Exception) ComponentBase.RendererInfo ComponentBase.Assets ComponentBase.AssignedRenderMode object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Layouts Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class GroupBoxLayout : LayoutComponentBase, IComponent, IHandleEvent, IHandleAfterRender Properties GroupName Declaration [Parameter] public string GroupName { get; set; } Property Value Type Description string Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) Implements IComponent IHandleEvent IHandleAfterRender"
},
"api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.ArrayBorderSetter.html": {
"href": "api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.ArrayBorderSetter.html",
"title": "Class ArrayBorderSetter | System.Dynamic.ExpandoObject",
- "keywords": "Class ArrayBorderSetter Inheritance object ComponentBase ArrayBorderSetter Implements IComponent IHandleEvent IHandleAfterRender Inherited Members ComponentBase.OnInitialized() ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.SetParametersAsync(ParameterView) object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class ArrayBorderSetter : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender Properties ChildContent Declaration [Parameter] public RenderFragment ChildContent { get; set; } Property Value Type Description RenderFragment IsArray Declaration [Parameter] public bool IsArray { get; set; } Property Value Type Description bool Name Declaration [Parameter] public string Name { get; set; } Property Value Type Description string Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) Implements IComponent IHandleEvent IHandleAfterRender"
+ "keywords": "Class ArrayBorderSetter Inheritance object ComponentBase ArrayBorderSetter Implements IComponent IHandleEvent IHandleAfterRender Inherited Members ComponentBase.OnInitialized() ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.DispatchExceptionAsync(Exception) ComponentBase.SetParametersAsync(ParameterView) ComponentBase.RendererInfo ComponentBase.Assets ComponentBase.AssignedRenderMode object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class ArrayBorderSetter : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender Properties ChildContent Declaration [Parameter] public RenderFragment ChildContent { get; set; } Property Value Type Description RenderFragment IsArray Declaration [Parameter] public bool IsArray { get; set; } Property Value Type Description bool Name Declaration [Parameter] public string Name { get; set; } Property Value Type Description string Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) Implements IComponent IHandleEvent IHandleAfterRender"
},
"api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.ChildrenLayoutPropSetter.html": {
"href": "api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.ChildrenLayoutPropSetter.html",
"title": "Class ChildrenLayoutPropSetter | System.Dynamic.ExpandoObject",
- "keywords": "Class ChildrenLayoutPropSetter Inheritance object ComponentBase ChildrenLayoutPropSetter Implements IComponent IHandleEvent IHandleAfterRender Inherited Members ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.SetParametersAsync(ParameterView) object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class ChildrenLayoutPropSetter : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender Properties ChildContent Declaration [Parameter] public RenderFragment ChildContent { get; set; } Property Value Type Description RenderFragment ChildName Declaration [Parameter] public string ChildName { get; set; } Property Value Type Description string ChildrenLayout Declaration [Parameter] public Type ChildrenLayout { get; set; } Property Value Type Description Type Class Declaration [Parameter] public string Class { get; set; } Property Value Type Description string LayoutName Declaration public string LayoutName { get; set; } Property Value Type Description string SetParentLayout Declaration [Parameter] public bool SetParentLayout { get; set; } Property Value Type Description bool Twin Declaration [Parameter] public ITwinElement Twin { get; set; } Property Value Type Description ITwinElement Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) OnInitialized() Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree. Declaration protected override void OnInitialized() Overrides ComponentBase.OnInitialized() Implements IComponent IHandleEvent IHandleAfterRender"
+ "keywords": "Class ChildrenLayoutPropSetter Inheritance object ComponentBase ChildrenLayoutPropSetter Implements IComponent IHandleEvent IHandleAfterRender Inherited Members ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.DispatchExceptionAsync(Exception) ComponentBase.SetParametersAsync(ParameterView) ComponentBase.RendererInfo ComponentBase.Assets ComponentBase.AssignedRenderMode object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class ChildrenLayoutPropSetter : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender Properties ChildContent Declaration [Parameter] public RenderFragment ChildContent { get; set; } Property Value Type Description RenderFragment ChildName Declaration [Parameter] public string ChildName { get; set; } Property Value Type Description string ChildrenLayout Declaration [Parameter] public Type ChildrenLayout { get; set; } Property Value Type Description Type Class Declaration [Parameter] public string Class { get; set; } Property Value Type Description string LayoutName Declaration public string LayoutName { get; set; } Property Value Type Description string SetParentLayout Declaration [Parameter] public bool SetParentLayout { get; set; } Property Value Type Description bool Twin Declaration [Parameter] public ITwinElement Twin { get; set; } Property Value Type Description ITwinElement Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) OnInitialized() Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree. Declaration protected override void OnInitialized() Overrides ComponentBase.OnInitialized() Implements IComponent IHandleEvent IHandleAfterRender"
},
"api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.GroupContainerAttributeSetter.html": {
"href": "api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.GroupContainerAttributeSetter.html",
"title": "Class GroupContainerAttributeSetter | System.Dynamic.ExpandoObject",
- "keywords": "Class GroupContainerAttributeSetter Inheritance object ComponentBase GroupContainerAttributeSetter Implements IComponent IHandleEvent IHandleAfterRender Inherited Members ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.SetParametersAsync(ParameterView) object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class GroupContainerAttributeSetter : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender Properties ChildContent Declaration [Parameter] public RenderFragment ChildContent { get; set; } Property Value Type Description RenderFragment GroupName Declaration [Parameter] public string GroupName { get; set; } Property Value Type Description string GroupType Declaration [Parameter] public Type GroupType { get; set; } Property Value Type Description Type LayoutName Declaration public string LayoutName { get; set; } Property Value Type Description string Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) OnInitialized() Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree. Declaration protected override void OnInitialized() Overrides ComponentBase.OnInitialized() Implements IComponent IHandleEvent IHandleAfterRender"
+ "keywords": "Class GroupContainerAttributeSetter Inheritance object ComponentBase GroupContainerAttributeSetter Implements IComponent IHandleEvent IHandleAfterRender Inherited Members ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.DispatchExceptionAsync(Exception) ComponentBase.SetParametersAsync(ParameterView) ComponentBase.RendererInfo ComponentBase.Assets ComponentBase.AssignedRenderMode object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class GroupContainerAttributeSetter : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender Properties ChildContent Declaration [Parameter] public RenderFragment ChildContent { get; set; } Property Value Type Description RenderFragment GroupName Declaration [Parameter] public string GroupName { get; set; } Property Value Type Description string GroupType Declaration [Parameter] public Type GroupType { get; set; } Property Value Type Description Type LayoutName Declaration public string LayoutName { get; set; } Property Value Type Description string Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) OnInitialized() Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree. Declaration protected override void OnInitialized() Overrides ComponentBase.OnInitialized() Implements IComponent IHandleEvent IHandleAfterRender"
},
"api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.GroupLayoutSetter.html": {
"href": "api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.GroupLayoutSetter.html",
"title": "Class GroupLayoutSetter | System.Dynamic.ExpandoObject",
- "keywords": "Class GroupLayoutSetter Inheritance object ComponentBase GroupLayoutSetter Implements IComponent IHandleEvent IHandleAfterRender Inherited Members ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.SetParametersAsync(ParameterView) object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class GroupLayoutSetter : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender Properties ChildContent Declaration [Parameter] public RenderFragment ChildContent { get; set; } Property Value Type Description RenderFragment GroupContainer Declaration [Parameter] public Type GroupContainer { get; set; } Property Value Type Description Type GroupLayout Declaration [Parameter] public Type GroupLayout { get; set; } Property Value Type Description Type GroupName Declaration [Parameter] public string GroupName { get; set; } Property Value Type Description string GroupedCount Declaration [Parameter] public int GroupedCount { get; set; } Property Value Type Description int LayoutClass Declaration [Parameter] public string LayoutClass { get; set; } Property Value Type Description string LayoutName Declaration public string LayoutName { get; set; } Property Value Type Description string ParentLayout Declaration [Parameter] public Type ParentLayout { get; set; } Property Value Type Description Type Twin Declaration [Parameter] public ITwinElement Twin { get; set; } Property Value Type Description ITwinElement Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) OnInitialized() Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree. Declaration protected override void OnInitialized() Overrides ComponentBase.OnInitialized() Implements IComponent IHandleEvent IHandleAfterRender"
+ "keywords": "Class GroupLayoutSetter Inheritance object ComponentBase GroupLayoutSetter Implements IComponent IHandleEvent IHandleAfterRender Inherited Members ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.DispatchExceptionAsync(Exception) ComponentBase.SetParametersAsync(ParameterView) ComponentBase.RendererInfo ComponentBase.Assets ComponentBase.AssignedRenderMode object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class GroupLayoutSetter : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender Properties ChildContent Declaration [Parameter] public RenderFragment ChildContent { get; set; } Property Value Type Description RenderFragment GroupContainer Declaration [Parameter] public Type GroupContainer { get; set; } Property Value Type Description Type GroupLayout Declaration [Parameter] public Type GroupLayout { get; set; } Property Value Type Description Type GroupName Declaration [Parameter] public string GroupName { get; set; } Property Value Type Description string GroupedCount Declaration [Parameter] public int GroupedCount { get; set; } Property Value Type Description int LayoutClass Declaration [Parameter] public string LayoutClass { get; set; } Property Value Type Description string LayoutName Declaration public string LayoutName { get; set; } Property Value Type Description string ParentLayout Declaration [Parameter] public Type ParentLayout { get; set; } Property Value Type Description Type Twin Declaration [Parameter] public ITwinElement Twin { get; set; } Property Value Type Description ITwinElement Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) OnInitialized() Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree. Declaration protected override void OnInitialized() Overrides ComponentBase.OnInitialized() Implements IComponent IHandleEvent IHandleAfterRender"
},
"api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.MainLayoutSetter.html": {
"href": "api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.MainLayoutSetter.html",
"title": "Class MainLayoutSetter | System.Dynamic.ExpandoObject",
- "keywords": "Class MainLayoutSetter Inheritance object ComponentBase MainLayoutSetter Implements IComponent IHandleEvent IHandleAfterRender Inherited Members ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.SetParametersAsync(ParameterView) object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class MainLayoutSetter : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender Properties ChildContent Declaration [Parameter] public RenderFragment ChildContent { get; set; } Property Value Type Description RenderFragment Class Declaration [Parameter] public string Class { get; set; } Property Value Type Description string GroupBoxName Declaration [Parameter] public string GroupBoxName { get; set; } Property Value Type Description string LayoutClass Declaration [Parameter] public string LayoutClass { get; set; } Property Value Type Description string LayoutType Declaration [Parameter] public Type LayoutType { get; set; } Property Value Type Description Type Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) OnInitialized() Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree. Declaration protected override void OnInitialized() Overrides ComponentBase.OnInitialized() Implements IComponent IHandleEvent IHandleAfterRender"
+ "keywords": "Class MainLayoutSetter Inheritance object ComponentBase MainLayoutSetter Implements IComponent IHandleEvent IHandleAfterRender Inherited Members ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.DispatchExceptionAsync(Exception) ComponentBase.SetParametersAsync(ParameterView) ComponentBase.RendererInfo ComponentBase.Assets ComponentBase.AssignedRenderMode object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class MainLayoutSetter : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender Properties ChildContent Declaration [Parameter] public RenderFragment ChildContent { get; set; } Property Value Type Description RenderFragment Class Declaration [Parameter] public string Class { get; set; } Property Value Type Description string GroupBoxName Declaration [Parameter] public string GroupBoxName { get; set; } Property Value Type Description string LayoutClass Declaration [Parameter] public string LayoutClass { get; set; } Property Value Type Description string LayoutType Declaration [Parameter] public Type LayoutType { get; set; } Property Value Type Description Type Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) OnInitialized() Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree. Declaration protected override void OnInitialized() Overrides ComponentBase.OnInitialized() Implements IComponent IHandleEvent IHandleAfterRender"
},
"api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.html": {
"href": "api/AXSharp.Presentation.Blazor.Controls.Layouts.LayoutSetters.html",
@@ -1332,17 +1377,17 @@
"api/AXSharp.Presentation.Blazor.Controls.Layouts.StackPanelLayout.html": {
"href": "api/AXSharp.Presentation.Blazor.Controls.Layouts.StackPanelLayout.html",
"title": "Class StackPanelLayout | System.Dynamic.ExpandoObject",
- "keywords": "Class StackPanelLayout Inheritance object ComponentBase LayoutComponentBase StackPanelLayout Implements IComponent IHandleEvent IHandleAfterRender Inherited Members LayoutComponentBase.SetParametersAsync(ParameterView) LayoutComponentBase.Body ComponentBase.OnInitialized() ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Layouts Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class StackPanelLayout : LayoutComponentBase, IComponent, IHandleEvent, IHandleAfterRender Properties LayoutClass Declaration [CascadingParameter] protected string? LayoutClass { get; set; } Property Value Type Description string Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) Implements IComponent IHandleEvent IHandleAfterRender"
+ "keywords": "Class StackPanelLayout Inheritance object ComponentBase LayoutComponentBase StackPanelLayout Implements IComponent IHandleEvent IHandleAfterRender Inherited Members LayoutComponentBase.SetParametersAsync(ParameterView) LayoutComponentBase.Body ComponentBase.OnInitialized() ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.DispatchExceptionAsync(Exception) ComponentBase.RendererInfo ComponentBase.Assets ComponentBase.AssignedRenderMode object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Layouts Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class StackPanelLayout : LayoutComponentBase, IComponent, IHandleEvent, IHandleAfterRender Properties LayoutClass Declaration [CascadingParameter] protected string? LayoutClass { get; set; } Property Value Type Description string Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) Implements IComponent IHandleEvent IHandleAfterRender"
},
"api/AXSharp.Presentation.Blazor.Controls.Layouts.TabControlComponents.TabControl.html": {
"href": "api/AXSharp.Presentation.Blazor.Controls.Layouts.TabControlComponents.TabControl.html",
"title": "Class TabControl | System.Dynamic.ExpandoObject",
- "keywords": "Class TabControl Inheritance object ComponentBase TabControl Implements IComponent IHandleEvent IHandleAfterRender Inherited Members ComponentBase.OnInitialized() ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.SetParametersAsync(ParameterView) object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Layouts.TabControlComponents Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class TabControl : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender Properties ActivePage Declaration public TabPage ActivePage { get; set; } Property Value Type Description TabPage ChildContent Declaration [Parameter] public RenderFragment ChildContent { get; set; } Property Value Type Description RenderFragment Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) OnAfterRenderAsync(bool) Method invoked after each time the component has been rendered. Note that the component does not automatically re-render after the completion of any returned Task, because that would cause an infinite render loop. Declaration protected override Task OnAfterRenderAsync(bool firstRender) Parameters Type Name Description bool firstRender Set to true if this is the first time OnAfterRender(bool) has been invoked on this component instance; otherwise false. Returns Type Description Task A Task representing any asynchronous operation. Overrides ComponentBase.OnAfterRenderAsync(bool) Remarks The OnAfterRender(bool) and OnAfterRenderAsync(bool) lifecycle methods are useful for performing interop, or interacting with values received from @ref. Use the firstRender parameter to ensure that initialization work is only performed once. Implements IComponent IHandleEvent IHandleAfterRender"
+ "keywords": "Class TabControl Inheritance object ComponentBase TabControl Implements IComponent IHandleEvent IHandleAfterRender Inherited Members ComponentBase.OnInitialized() ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.DispatchExceptionAsync(Exception) ComponentBase.SetParametersAsync(ParameterView) ComponentBase.RendererInfo ComponentBase.Assets ComponentBase.AssignedRenderMode object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Layouts.TabControlComponents Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class TabControl : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender Properties ActivePage Declaration public TabPage ActivePage { get; set; } Property Value Type Description TabPage ChildContent Declaration [Parameter] public RenderFragment ChildContent { get; set; } Property Value Type Description RenderFragment Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) OnAfterRenderAsync(bool) Method invoked after each time the component has been rendered interactively and the UI has finished updating (for example, after elements have been added to the browser DOM). Any ElementReference fields will be populated by the time this runs. This method is not invoked during prerendering or server-side rendering, because those processes are not attached to any live browser DOM and are already complete before the DOM is updated. Note that the component does not automatically re-render after the completion of any returned Task, because that would cause an infinite render loop. Declaration protected override Task OnAfterRenderAsync(bool firstRender) Parameters Type Name Description bool firstRender Set to true if this is the first time OnAfterRender(bool) has been invoked on this component instance; otherwise false. Returns Type Description Task A Task representing any asynchronous operation. Overrides ComponentBase.OnAfterRenderAsync(bool) Remarks The OnAfterRender(bool) and OnAfterRenderAsync(bool) lifecycle methods are useful for performing interop, or interacting with values received from @ref. Use the firstRender parameter to ensure that initialization work is only performed once. Implements IComponent IHandleEvent IHandleAfterRender"
},
"api/AXSharp.Presentation.Blazor.Controls.Layouts.TabControlComponents.TabPage.html": {
"href": "api/AXSharp.Presentation.Blazor.Controls.Layouts.TabControlComponents.TabPage.html",
"title": "Class TabPage | System.Dynamic.ExpandoObject",
- "keywords": "Class TabPage Inheritance object ComponentBase TabPage Implements IComponent IHandleEvent IHandleAfterRender Inherited Members ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.SetParametersAsync(ParameterView) object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Layouts.TabControlComponents Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class TabPage : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender Properties ChildContent Declaration [Parameter] public RenderFragment ChildContent { get; set; } Property Value Type Description RenderFragment Text Declaration [Parameter] public string Text { get; set; } Property Value Type Description string Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) OnInitialized() Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree. Declaration protected override void OnInitialized() Overrides ComponentBase.OnInitialized() Implements IComponent IHandleEvent IHandleAfterRender"
+ "keywords": "Class TabPage Inheritance object ComponentBase TabPage Implements IComponent IHandleEvent IHandleAfterRender Inherited Members ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.DispatchExceptionAsync(Exception) ComponentBase.SetParametersAsync(ParameterView) ComponentBase.RendererInfo ComponentBase.Assets ComponentBase.AssignedRenderMode object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Layouts.TabControlComponents Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class TabPage : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender Properties ChildContent Declaration [Parameter] public RenderFragment ChildContent { get; set; } Property Value Type Description RenderFragment Text Declaration [Parameter] public string Text { get; set; } Property Value Type Description string Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) OnInitialized() Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree. Declaration protected override void OnInitialized() Overrides ComponentBase.OnInitialized() Implements IComponent IHandleEvent IHandleAfterRender"
},
"api/AXSharp.Presentation.Blazor.Controls.Layouts.TabControlComponents.html": {
"href": "api/AXSharp.Presentation.Blazor.Controls.Layouts.TabControlComponents.html",
@@ -1352,17 +1397,17 @@
"api/AXSharp.Presentation.Blazor.Controls.Layouts.TabControlLayout.html": {
"href": "api/AXSharp.Presentation.Blazor.Controls.Layouts.TabControlLayout.html",
"title": "Class TabControlLayout | System.Dynamic.ExpandoObject",
- "keywords": "Class TabControlLayout Inheritance object ComponentBase LayoutComponentBase TabControlLayout Implements IComponent IHandleEvent IHandleAfterRender Inherited Members LayoutComponentBase.SetParametersAsync(ParameterView) LayoutComponentBase.Body ComponentBase.OnInitialized() ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Layouts Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class TabControlLayout : LayoutComponentBase, IComponent, IHandleEvent, IHandleAfterRender Properties LayoutClass Declaration [CascadingParameter] protected string? LayoutClass { get; set; } Property Value Type Description string Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) Implements IComponent IHandleEvent IHandleAfterRender"
+ "keywords": "Class TabControlLayout Inheritance object ComponentBase LayoutComponentBase TabControlLayout Implements IComponent IHandleEvent IHandleAfterRender Inherited Members LayoutComponentBase.SetParametersAsync(ParameterView) LayoutComponentBase.Body ComponentBase.OnInitialized() ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.DispatchExceptionAsync(Exception) ComponentBase.RendererInfo ComponentBase.Assets ComponentBase.AssignedRenderMode object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Layouts Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class TabControlLayout : LayoutComponentBase, IComponent, IHandleEvent, IHandleAfterRender Properties LayoutClass Declaration [CascadingParameter] protected string? LayoutClass { get; set; } Property Value Type Description string Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) Implements IComponent IHandleEvent IHandleAfterRender"
},
"api/AXSharp.Presentation.Blazor.Controls.Layouts.UniformGridLayout.html": {
"href": "api/AXSharp.Presentation.Blazor.Controls.Layouts.UniformGridLayout.html",
"title": "Class UniformGridLayout | System.Dynamic.ExpandoObject",
- "keywords": "Class UniformGridLayout Inheritance object ComponentBase LayoutComponentBase UniformGridLayout Implements IComponent IHandleEvent IHandleAfterRender Inherited Members LayoutComponentBase.SetParametersAsync(ParameterView) LayoutComponentBase.Body ComponentBase.OnInitialized() ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Layouts Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class UniformGridLayout : LayoutComponentBase, IComponent, IHandleEvent, IHandleAfterRender Properties LayoutClass Declaration [CascadingParameter] protected string? LayoutClass { get; set; } Property Value Type Description string Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) Implements IComponent IHandleEvent IHandleAfterRender"
+ "keywords": "Class UniformGridLayout Inheritance object ComponentBase LayoutComponentBase UniformGridLayout Implements IComponent IHandleEvent IHandleAfterRender Inherited Members LayoutComponentBase.SetParametersAsync(ParameterView) LayoutComponentBase.Body ComponentBase.OnInitialized() ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.DispatchExceptionAsync(Exception) ComponentBase.RendererInfo ComponentBase.Assets ComponentBase.AssignedRenderMode object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Layouts Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class UniformGridLayout : LayoutComponentBase, IComponent, IHandleEvent, IHandleAfterRender Properties LayoutClass Declaration [CascadingParameter] protected string? LayoutClass { get; set; } Property Value Type Description string Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) Implements IComponent IHandleEvent IHandleAfterRender"
},
"api/AXSharp.Presentation.Blazor.Controls.Layouts.WrapPanelLayout.html": {
"href": "api/AXSharp.Presentation.Blazor.Controls.Layouts.WrapPanelLayout.html",
"title": "Class WrapPanelLayout | System.Dynamic.ExpandoObject",
- "keywords": "Class WrapPanelLayout Inheritance object ComponentBase LayoutComponentBase WrapPanelLayout Implements IComponent IHandleEvent IHandleAfterRender Inherited Members LayoutComponentBase.SetParametersAsync(ParameterView) LayoutComponentBase.Body ComponentBase.OnInitialized() ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Layouts Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class WrapPanelLayout : LayoutComponentBase, IComponent, IHandleEvent, IHandleAfterRender Properties LayoutClass Declaration [CascadingParameter] protected string? LayoutClass { get; set; } Property Value Type Description string Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) Implements IComponent IHandleEvent IHandleAfterRender"
+ "keywords": "Class WrapPanelLayout Inheritance object ComponentBase LayoutComponentBase WrapPanelLayout Implements IComponent IHandleEvent IHandleAfterRender Inherited Members LayoutComponentBase.SetParametersAsync(ParameterView) LayoutComponentBase.Body ComponentBase.OnInitialized() ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.DispatchExceptionAsync(Exception) ComponentBase.RendererInfo ComponentBase.Assets ComponentBase.AssignedRenderMode object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Layouts Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class WrapPanelLayout : LayoutComponentBase, IComponent, IHandleEvent, IHandleAfterRender Properties LayoutClass Declaration [CascadingParameter] protected string? LayoutClass { get; set; } Property Value Type Description string Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) Implements IComponent IHandleEvent IHandleAfterRender"
},
"api/AXSharp.Presentation.Blazor.Controls.Layouts.html": {
"href": "api/AXSharp.Presentation.Blazor.Controls.Layouts.html",
@@ -1372,22 +1417,22 @@
"api/AXSharp.Presentation.Blazor.Controls.RenderableContent.RenderableComplexComponentBase-1.html": {
"href": "api/AXSharp.Presentation.Blazor.Controls.RenderableContent.RenderableComplexComponentBase-1.html",
"title": "Class RenderableComplexComponentBase | System.Dynamic.ExpandoObject",
- "keywords": "Class RenderableComplexComponentBase Base class for complex components with only code-behind. Inheritance object ComponentBase RenderableComponentBase RenderableComplexComponentBase Implements IComponent IHandleEvent IHandleAfterRender IRenderableComponent IDisposable IRenderableComplexComponentBase Inherited Members RenderableComponentBase.RccContainer RenderableComponentBase.PollingInterval RenderableComponentBase.Dispose() RenderableComponentBase.PolledElements RenderableComponentBase.HasFocus RenderableComponentBase.AddToPolling(ITwinElement, int) RenderableComponentBase.RemovePolledElements() RenderableComponentBase.UpdateValuesOnChange(ITwinElement, int) RenderableComponentBase.UpdateShadowValuesOnChange(ITwinObject) RenderableComponentBase.UpdateShadowValuesOnChange(ITwinPrimitive) RenderableComponentBase.UpdateValuesOnChangeOutFocus(OnlinerBase) RenderableComponentBase.HandlePropertyChanged(object, PropertyChangedEventArgs) RenderableComponentBase.HandleShadowPropertyChanged(object, ValueChangedEventArgs) RenderableComponentBase.ShouldBeUpdated(ITwinElement) RenderableComponentBase.HandlePropertyChangedOnOutFocus(object, PropertyChangedEventArgs) ComponentBase.BuildRenderTree(RenderTreeBuilder) ComponentBase.OnInitialized() ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.SetParametersAsync(ParameterView) object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.RenderableContent Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class RenderableComplexComponentBase : RenderableComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IRenderableComponent, IDisposable, IRenderableComplexComponentBase where T : ITwinElement Type Parameters Name Description T Properties | Edit this page View Source Component Declaration [Parameter] public T Component { get; set; } Property Value Type Description T Methods | Edit this page View Source OnComponentChanged() Method called when the component (the context component of this rcc) is changed. Declaration public virtual void OnComponentChanged() Implements IComponent IHandleEvent IHandleAfterRender IRenderableComponent IDisposable IRenderableComplexComponentBase"
+ "keywords": "Class RenderableComplexComponentBase Base class for complex components with only code-behind. Inheritance object ComponentBase RenderableComponentBase RenderableComplexComponentBase Implements IComponent IHandleEvent IHandleAfterRender IRenderableComponent IDisposable IRenderableComplexComponentBase Inherited Members RenderableComponentBase.RccContainer RenderableComponentBase.PollingInterval RenderableComponentBase.Dispose() RenderableComponentBase.PolledElements RenderableComponentBase.HasFocus RenderableComponentBase.AddToPolling(ITwinElement, int) RenderableComponentBase.RemovePolledElements() RenderableComponentBase.UpdateValuesOnChange(ITwinElement, int) RenderableComponentBase.UpdateShadowValuesOnChange(ITwinObject) RenderableComponentBase.UpdateShadowValuesOnChange(ITwinPrimitive) RenderableComponentBase.UpdateValuesOnChangeOutFocus(OnlinerBase) RenderableComponentBase.HandlePropertyChanged(object, PropertyChangedEventArgs) RenderableComponentBase.HandleShadowPropertyChanged(object, ValueChangedEventArgs) RenderableComponentBase.ShouldBeUpdated(ITwinElement) RenderableComponentBase.HandlePropertyChangedOnOutFocus(object, PropertyChangedEventArgs) ComponentBase.BuildRenderTree(RenderTreeBuilder) ComponentBase.OnInitialized() ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.DispatchExceptionAsync(Exception) ComponentBase.SetParametersAsync(ParameterView) ComponentBase.RendererInfo ComponentBase.Assets ComponentBase.AssignedRenderMode object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.RenderableContent Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class RenderableComplexComponentBase : RenderableComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IRenderableComponent, IDisposable, IRenderableComplexComponentBase where T : ITwinElement Type Parameters Name Description T Properties | Edit this page View Source Component Declaration [Parameter] public T Component { get; set; } Property Value Type Description T Methods | Edit this page View Source OnComponentChanged() Method called when the component (the context component of this rcc) is changed. Declaration public virtual void OnComponentChanged() Implements IComponent IHandleEvent IHandleAfterRender IRenderableComponent IDisposable IRenderableComplexComponentBase"
},
"api/AXSharp.Presentation.Blazor.Controls.RenderableContent.RenderableComponentBase.html": {
"href": "api/AXSharp.Presentation.Blazor.Controls.RenderableContent.RenderableComponentBase.html",
"title": "Class RenderableComponentBase | System.Dynamic.ExpandoObject",
- "keywords": "Class RenderableComponentBase Base class which implements methods to update UI when PLC values are changed. Inheritance object ComponentBase RenderableComponentBase RenderableComplexComponentBase RenderableViewModelComponentBase TemplateBase Implements IComponent IHandleEvent IHandleAfterRender IRenderableComponent IDisposable Inherited Members ComponentBase.BuildRenderTree(RenderTreeBuilder) ComponentBase.OnInitialized() ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.SetParametersAsync(ParameterView) object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.RenderableContent Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class RenderableComponentBase : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IRenderableComponent, IDisposable Properties | Edit this page View Source HasFocus Declaration public bool HasFocus { get; set; } Property Value Type Description bool | Edit this page View Source PolledElements Contains set of elements polled for this component. Declaration protected HashSet PolledElements { get; } Property Value Type Description HashSet | Edit this page View Source PollingInterval Declaration [Parameter] public int PollingInterval { get; set; } Property Value Type Description int | Edit this page View Source RccContainer Gets or sets the RenderableContentControl that encapsulates this component. Declaration [Parameter] public object RccContainer { get; set; } Property Value Type Description object Methods | Edit this page View Source AddToPolling(ITwinElement, int) Adds element to the polling queue. [!IMPORTANT] This method should be overriden in the derived class to limit the number of elements to be polled for large objects. All inner primitive types of the element will be added to the polling queue by default. When creating override remember to add the polled element to the PolledElements set that is needed for removal of the element from the polling queue once the component is disposed. Declaration public virtual void AddToPolling(ITwinElement element, int pollingInterval = 250) Parameters Type Name Description ITwinElement element Element to be added to the polling queue. int pollingInterval Sets polling interval for the element. | Edit this page View Source Dispose() Disposes this object as well as communication resources used by this component. Declaration public virtual void Dispose() | Edit this page View Source HandlePropertyChanged(object, PropertyChangedEventArgs) Declaration protected void HandlePropertyChanged(object sender, PropertyChangedEventArgs a) Parameters Type Name Description object sender PropertyChangedEventArgs a | Edit this page View Source HandlePropertyChangedOnOutFocus(object, PropertyChangedEventArgs) Declaration protected void HandlePropertyChangedOnOutFocus(object sender, PropertyChangedEventArgs a) Parameters Type Name Description object sender PropertyChangedEventArgs a | Edit this page View Source HandleShadowPropertyChanged(object, ValueChangedEventArgs) Declaration protected void HandleShadowPropertyChanged(object sender, ValueChangedEventArgs a) Parameters Type Name Description object sender ValueChangedEventArgs a | Edit this page View Source RemovePolledElements() Removes elements added for polling from this component. Declaration public void RemovePolledElements() | Edit this page View Source ShouldBeUpdated(ITwinElement) Declaration protected virtual bool ShouldBeUpdated(ITwinElement element) Parameters Type Name Description ITwinElement element Returns Type Description bool | Edit this page View Source UpdateShadowValuesOnChange(ITwinObject) Method, which updates are primitive shadow values of ITwinObject ITwinObject instance. Declaration public void UpdateShadowValuesOnChange(ITwinObject element) Parameters Type Name Description ITwinObject element | Edit this page View Source UpdateShadowValuesOnChange(ITwinPrimitive) Method, which updates shadow primitive value. IValueTag instance. Declaration public void UpdateShadowValuesOnChange(ITwinPrimitive tag) Parameters Type Name Description ITwinPrimitive tag | Edit this page View Source UpdateValuesOnChange(ITwinElement, int) Method, which updates are primitive values of ITwinObject instance ITwinElement instance. Polling interval Declaration public void UpdateValuesOnChange(ITwinElement element, int pollingInterval = 250) Parameters Type Name Description ITwinElement element int pollingInterval | Edit this page View Source UpdateValuesOnChangeOutFocus(OnlinerBase) Method, which updates primitive value only, when element is out of focus. Public property IsFocus can be set. If is true, element won't be updated. IValueTag instance. Declaration public void UpdateValuesOnChangeOutFocus(OnlinerBase tag) Parameters Type Name Description OnlinerBase tag Implements IComponent IHandleEvent IHandleAfterRender IRenderableComponent IDisposable"
+ "keywords": "Class RenderableComponentBase Base class which implements methods to update UI when PLC values are changed. Inheritance object ComponentBase RenderableComponentBase RenderableComplexComponentBase RenderableViewModelComponentBase TemplateBase Implements IComponent IHandleEvent IHandleAfterRender IRenderableComponent IDisposable Inherited Members ComponentBase.BuildRenderTree(RenderTreeBuilder) ComponentBase.OnInitialized() ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.DispatchExceptionAsync(Exception) ComponentBase.SetParametersAsync(ParameterView) ComponentBase.RendererInfo ComponentBase.Assets ComponentBase.AssignedRenderMode object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.RenderableContent Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class RenderableComponentBase : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IRenderableComponent, IDisposable Properties | Edit this page View Source HasFocus Declaration public bool HasFocus { get; set; } Property Value Type Description bool | Edit this page View Source PolledElements Contains set of elements polled for this component. Declaration protected HashSet PolledElements { get; } Property Value Type Description HashSet | Edit this page View Source PollingInterval Declaration [Parameter] public int PollingInterval { get; set; } Property Value Type Description int | Edit this page View Source RccContainer Gets or sets the RenderableContentControl that encapsulates this component. Declaration [Parameter] public object RccContainer { get; set; } Property Value Type Description object Methods | Edit this page View Source AddToPolling(ITwinElement, int) Adds element to the polling queue. [!IMPORTANT] This method should be overriden in the derived class to limit the number of elements to be polled for large objects. All inner primitive types of the element will be added to the polling queue by default. When creating override remember to add the polled element to the PolledElements set that is needed for removal of the element from the polling queue once the component is disposed. Declaration public virtual void AddToPolling(ITwinElement element, int pollingInterval = 250) Parameters Type Name Description ITwinElement element Element to be added to the polling queue. int pollingInterval Sets polling interval for the element. | Edit this page View Source Dispose() Disposes this object as well as communication resources used by this component. Declaration public virtual void Dispose() | Edit this page View Source HandlePropertyChanged(object, PropertyChangedEventArgs) Declaration protected void HandlePropertyChanged(object sender, PropertyChangedEventArgs a) Parameters Type Name Description object sender PropertyChangedEventArgs a | Edit this page View Source HandlePropertyChangedOnOutFocus(object, PropertyChangedEventArgs) Declaration protected void HandlePropertyChangedOnOutFocus(object sender, PropertyChangedEventArgs a) Parameters Type Name Description object sender PropertyChangedEventArgs a | Edit this page View Source HandleShadowPropertyChanged(object, ValueChangedEventArgs) Declaration protected void HandleShadowPropertyChanged(object sender, ValueChangedEventArgs a) Parameters Type Name Description object sender ValueChangedEventArgs a | Edit this page View Source RemovePolledElements() Removes elements added for polling from this component. Declaration public void RemovePolledElements() | Edit this page View Source ShouldBeUpdated(ITwinElement) Declaration protected virtual bool ShouldBeUpdated(ITwinElement element) Parameters Type Name Description ITwinElement element Returns Type Description bool | Edit this page View Source UpdateShadowValuesOnChange(ITwinObject) Method, which updates are primitive shadow values of ITwinObject ITwinObject instance. Declaration public void UpdateShadowValuesOnChange(ITwinObject element) Parameters Type Name Description ITwinObject element | Edit this page View Source UpdateShadowValuesOnChange(ITwinPrimitive) Method, which updates shadow primitive value. IValueTag instance. Declaration public void UpdateShadowValuesOnChange(ITwinPrimitive tag) Parameters Type Name Description ITwinPrimitive tag | Edit this page View Source UpdateValuesOnChange(ITwinElement, int) Method, which updates are primitive values of ITwinObject instance ITwinElement instance. Polling interval Declaration public void UpdateValuesOnChange(ITwinElement element, int pollingInterval = 250) Parameters Type Name Description ITwinElement element int pollingInterval | Edit this page View Source UpdateValuesOnChangeOutFocus(OnlinerBase) Method, which updates primitive value only, when element is out of focus. Public property IsFocus can be set. If is true, element won't be updated. IValueTag instance. Declaration public void UpdateValuesOnChangeOutFocus(OnlinerBase tag) Parameters Type Name Description OnlinerBase tag Implements IComponent IHandleEvent IHandleAfterRender IRenderableComponent IDisposable"
},
"api/AXSharp.Presentation.Blazor.Controls.RenderableContent.RenderableContentControl.html": {
"href": "api/AXSharp.Presentation.Blazor.Controls.RenderableContent.RenderableContentControl.html",
"title": "Class RenderableContentControl | System.Dynamic.ExpandoObject",
- "keywords": "Class RenderableContentControl This class implements main logic behind auto-generated UI. Inheritance object ComponentBase RenderableContentControl Implements IComponent IHandleEvent IHandleAfterRender IDisposable Inherited Members ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.SetParametersAsync(ParameterView) object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.RenderableContent Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class RenderableContentControl : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable Properties | Edit this page View Source AttributesHandler Declaration [Inject] public AttributesHandler AttributesHandler { get; set; } Property Value Type Description AttributesHandler | Edit this page View Source Class Parameter Class, in which RenderableContentenControl will be wrapped. Declaration [Parameter] public string Class { get; set; } Property Value Type Description string | Edit this page View Source ComponentService Declaration [Inject] public ComponentService ComponentService { get; set; } Property Value Type Description ComponentService | Edit this page View Source Context Parameter Context accept ITwinElement instance, which is used as base model for UI generation. Declaration [Parameter] public ITwinElement Context { get; set; } Property Value Type Description ITwinElement | Edit this page View Source LayoutChildrenClass Parameter LayoutChildrenClass, in which children of layouts will be wrapped. Declaration [Parameter] public string LayoutChildrenClass { get; set; } Property Value Type Description string | Edit this page View Source LayoutClass Parameter LayoutClass, in which layouts will be wrapped. Declaration [Parameter] public string LayoutClass { get; set; } Property Value Type Description string | Edit this page View Source MainLayoutType Declaration public Type MainLayoutType { get; set; } Property Value Type Description Type | Edit this page View Source ParentContainer Gets or sets parent container containing this renderable content control [!NOTE] This method is used in advanced scenarios it must be set explicitly. Declaration [Parameter] public ComponentBase ParentContainer { get; set; } Property Value Type Description ComponentBase | Edit this page View Source PollingInterval Gets or sets polling interval for this control and nested controls. [!NOTE] Nested element can have different polling setting that will override this property. Declaration [Parameter] public int PollingInterval { get; set; } Property Value Type Description int | Edit this page View Source Presentation Parameter Presentation specify mode, in which view UI is generated. Type PresentationType is used. Declaration [Parameter] public string Presentation { get; set; } Property Value Type Description string | Edit this page View Source PresentationTemplate Gets or sets the presentation template used for displaying data. Declaration [Parameter] public string PresentationTemplate { get; set; } Property Value Type Description string The presentation template string. Remarks The presentation template specifies the way the data is formatted and presented to the user. It is a string value that can be assigned using markup syntax or plain text. By default, the presentation template is an empty string. If no presentation template is given the renderer will use the locator pattern to provide the presentation type. Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) | Edit this page View Source Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Declaration public virtual void Dispose() | Edit this page View Source ForceRender() Forces re-rendering of this rcc. [!IMPORTANT] Forced re-rendering may impact client-side performance. The method is automatically called when Presentation or Context property change. Declaration public void ForceRender() | Edit this page View Source OnContextChanged() Method called when the context is changed. Declaration public virtual void OnContextChanged() | Edit this page View Source OnInitialized() Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree. Declaration protected override void OnInitialized() Overrides ComponentBase.OnInitialized() | Edit this page View Source OnParametersSet() Method invoked when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties. Declaration protected override void OnParametersSet() Overrides ComponentBase.OnParametersSet() | Edit this page View Source OnPresentationChanged() Declaration public virtual void OnPresentationChanged() | Edit this page View Source ShouldRender() Returns a flag to indicate whether the component should render. Declaration protected override bool ShouldRender() Returns Type Description bool Overrides ComponentBase.ShouldRender() Implements IComponent IHandleEvent IHandleAfterRender IDisposable"
+ "keywords": "Class RenderableContentControl This class implements main logic behind auto-generated UI. Inheritance object ComponentBase RenderableContentControl Implements IComponent IHandleEvent IHandleAfterRender IDisposable Inherited Members ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.DispatchExceptionAsync(Exception) ComponentBase.SetParametersAsync(ParameterView) ComponentBase.RendererInfo ComponentBase.Assets ComponentBase.AssignedRenderMode object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.RenderableContent Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class RenderableContentControl : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable Properties | Edit this page View Source AttributesHandler Declaration [Inject] public AttributesHandler AttributesHandler { get; set; } Property Value Type Description AttributesHandler | Edit this page View Source Class Parameter Class, in which RenderableContentenControl will be wrapped. Declaration [Parameter] public string Class { get; set; } Property Value Type Description string | Edit this page View Source ComponentService Declaration [Inject] public ComponentService ComponentService { get; set; } Property Value Type Description ComponentService | Edit this page View Source Context Parameter Context accept ITwinElement instance, which is used as base model for UI generation. Declaration [Parameter] public ITwinElement Context { get; set; } Property Value Type Description ITwinElement | Edit this page View Source LayoutChildrenClass Parameter LayoutChildrenClass, in which children of layouts will be wrapped. Declaration [Parameter] public string LayoutChildrenClass { get; set; } Property Value Type Description string | Edit this page View Source LayoutClass Parameter LayoutClass, in which layouts will be wrapped. Declaration [Parameter] public string LayoutClass { get; set; } Property Value Type Description string | Edit this page View Source MainLayoutType Declaration public Type MainLayoutType { get; set; } Property Value Type Description Type | Edit this page View Source ParentContainer Gets or sets parent container containing this renderable content control [!NOTE] This method is used in advanced scenarios it must be set explicitly. Declaration [Parameter] public ComponentBase ParentContainer { get; set; } Property Value Type Description ComponentBase | Edit this page View Source PollingInterval Gets or sets polling interval for this control and nested controls. [!NOTE] Nested element can have different polling setting that will override this property. Declaration [Parameter] public int PollingInterval { get; set; } Property Value Type Description int | Edit this page View Source Presentation Parameter Presentation specify mode, in which view UI is generated. Type PresentationType is used. Declaration [Parameter] public string Presentation { get; set; } Property Value Type Description string | Edit this page View Source PresentationTemplate Gets or sets the presentation template used for displaying data. Declaration [Parameter] public string PresentationTemplate { get; set; } Property Value Type Description string The presentation template string. Remarks The presentation template specifies the way the data is formatted and presented to the user. It is a string value that can be assigned using markup syntax or plain text. By default, the presentation template is an empty string. If no presentation template is given the renderer will use the locator pattern to provide the presentation type. Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) | Edit this page View Source Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Declaration public virtual void Dispose() | Edit this page View Source ForceRender() Forces re-rendering of this rcc. [!IMPORTANT] Forced re-rendering may impact client-side performance. The method is automatically called when Presentation or Context property change. Declaration public void ForceRender() | Edit this page View Source OnContextChanged() Method called when the context is changed. Declaration public virtual void OnContextChanged() | Edit this page View Source OnInitialized() Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree. Declaration protected override void OnInitialized() Overrides ComponentBase.OnInitialized() | Edit this page View Source OnParametersSet() Method invoked when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties. Declaration protected override void OnParametersSet() Overrides ComponentBase.OnParametersSet() | Edit this page View Source OnPresentationChanged() Declaration public virtual void OnPresentationChanged() | Edit this page View Source ShouldRender() Returns a flag to indicate whether the component should render. Declaration protected override bool ShouldRender() Returns Type Description bool Overrides ComponentBase.ShouldRender() Implements IComponent IHandleEvent IHandleAfterRender IDisposable"
},
"api/AXSharp.Presentation.Blazor.Controls.RenderableContent.RenderableViewModelComponentBase-1.html": {
"href": "api/AXSharp.Presentation.Blazor.Controls.RenderableContent.RenderableViewModelComponentBase-1.html",
"title": "Class RenderableViewModelComponentBase | System.Dynamic.ExpandoObject",
- "keywords": "Class RenderableViewModelComponentBase Base class for complex components with viewmodel support. Inheritance object ComponentBase RenderableComponentBase RenderableViewModelComponentBase Implements IComponent IHandleEvent IHandleAfterRender IRenderableComponent IDisposable IRenderableViewModelBase Inherited Members RenderableComponentBase.RccContainer RenderableComponentBase.PollingInterval RenderableComponentBase.Dispose() RenderableComponentBase.PolledElements RenderableComponentBase.HasFocus RenderableComponentBase.AddToPolling(ITwinElement, int) RenderableComponentBase.RemovePolledElements() RenderableComponentBase.UpdateValuesOnChange(ITwinElement, int) RenderableComponentBase.UpdateShadowValuesOnChange(ITwinObject) RenderableComponentBase.UpdateShadowValuesOnChange(ITwinPrimitive) RenderableComponentBase.UpdateValuesOnChangeOutFocus(OnlinerBase) RenderableComponentBase.HandlePropertyChanged(object, PropertyChangedEventArgs) RenderableComponentBase.HandleShadowPropertyChanged(object, ValueChangedEventArgs) RenderableComponentBase.ShouldBeUpdated(ITwinElement) RenderableComponentBase.HandlePropertyChangedOnOutFocus(object, PropertyChangedEventArgs) ComponentBase.BuildRenderTree(RenderTreeBuilder) ComponentBase.OnInitialized() ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.SetParametersAsync(ParameterView) object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.RenderableContent Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class RenderableViewModelComponentBase : RenderableComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IRenderableComponent, IDisposable, IRenderableViewModelBase where T : RenderableViewModelBase, new() Type Parameters Name Description T Properties | Edit this page View Source TwinContainer Declaration [Parameter] public TwinContainerObject TwinContainer { get; set; } Property Value Type Description TwinContainerObject | Edit this page View Source ViewModel Declaration public T ViewModel { get; set; } Property Value Type Description T Implements IComponent IHandleEvent IHandleAfterRender IRenderableComponent IDisposable IRenderableViewModelBase"
+ "keywords": "Class RenderableViewModelComponentBase Base class for complex components with viewmodel support. Inheritance object ComponentBase RenderableComponentBase RenderableViewModelComponentBase Implements IComponent IHandleEvent IHandleAfterRender IRenderableComponent IDisposable IRenderableViewModelBase Inherited Members RenderableComponentBase.RccContainer RenderableComponentBase.PollingInterval RenderableComponentBase.Dispose() RenderableComponentBase.PolledElements RenderableComponentBase.HasFocus RenderableComponentBase.AddToPolling(ITwinElement, int) RenderableComponentBase.RemovePolledElements() RenderableComponentBase.UpdateValuesOnChange(ITwinElement, int) RenderableComponentBase.UpdateShadowValuesOnChange(ITwinObject) RenderableComponentBase.UpdateShadowValuesOnChange(ITwinPrimitive) RenderableComponentBase.UpdateValuesOnChangeOutFocus(OnlinerBase) RenderableComponentBase.HandlePropertyChanged(object, PropertyChangedEventArgs) RenderableComponentBase.HandleShadowPropertyChanged(object, ValueChangedEventArgs) RenderableComponentBase.ShouldBeUpdated(ITwinElement) RenderableComponentBase.HandlePropertyChangedOnOutFocus(object, PropertyChangedEventArgs) ComponentBase.BuildRenderTree(RenderTreeBuilder) ComponentBase.OnInitialized() ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.DispatchExceptionAsync(Exception) ComponentBase.SetParametersAsync(ParameterView) ComponentBase.RendererInfo ComponentBase.Assets ComponentBase.AssignedRenderMode object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.RenderableContent Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class RenderableViewModelComponentBase : RenderableComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IRenderableComponent, IDisposable, IRenderableViewModelBase where T : RenderableViewModelBase, new() Type Parameters Name Description T Properties | Edit this page View Source TwinContainer Declaration [Parameter] public TwinContainerObject TwinContainer { get; set; } Property Value Type Description TwinContainerObject | Edit this page View Source ViewModel Declaration public T ViewModel { get; set; } Property Value Type Description T Implements IComponent IHandleEvent IHandleAfterRender IRenderableComponent IDisposable IRenderableViewModelBase"
},
"api/AXSharp.Presentation.Blazor.Controls.RenderableContent.html": {
"href": "api/AXSharp.Presentation.Blazor.Controls.RenderableContent.html",
@@ -1397,7 +1442,7 @@
"api/AXSharp.Presentation.Blazor.Controls.Templates.Base.Online.TemplateBaseOnline.html": {
"href": "api/AXSharp.Presentation.Blazor.Controls.Templates.Base.Online.TemplateBaseOnline.html",
"title": "Class TemplateBaseOnline | System.Dynamic.ExpandoObject",
- "keywords": "Class TemplateBaseOnline Inheritance object ComponentBase TemplateBaseOnline Implements IComponent IHandleEvent IHandleAfterRender Inherited Members ComponentBase.OnInitialized() ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.SetParametersAsync(ParameterView) object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Templates.Base.Online Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class TemplateBaseOnline : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) Implements IComponent IHandleEvent IHandleAfterRender"
+ "keywords": "Class TemplateBaseOnline Inheritance object ComponentBase TemplateBaseOnline Implements IComponent IHandleEvent IHandleAfterRender Inherited Members ComponentBase.OnInitialized() ComponentBase.OnInitializedAsync() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.DispatchExceptionAsync(Exception) ComponentBase.SetParametersAsync(ParameterView) ComponentBase.RendererInfo ComponentBase.Assets ComponentBase.AssignedRenderMode object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Templates.Base.Online Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class TemplateBaseOnline : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) Implements IComponent IHandleEvent IHandleAfterRender"
},
"api/AXSharp.Presentation.Blazor.Controls.Templates.Base.Online.html": {
"href": "api/AXSharp.Presentation.Blazor.Controls.Templates.Base.Online.html",
@@ -1407,277 +1452,277 @@
"api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorContainerControlView-1.html": {
"href": "api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorContainerControlView-1.html",
"title": "Class EnumeratorContainerControlView | System.Dynamic.ExpandoObject",
- "keywords": "Class EnumeratorContainerControlView Inheritance object ComponentBase RenderableComponentBase TemplateBase EnumeratorsBaseOnline EnumeratorContainerControlView Implements IComponent IHandleEvent IHandleAfterRender IRenderableComponent IDisposable Inherited Members EnumeratorsBaseOnline.EnumDiscriminatorAttribute EnumeratorsBaseOnline.Names EnumeratorsBaseOnline.EnumToIntConverter EnumeratorsBaseOnline.OnInitializedAsync() TemplateBase.JSRuntime TemplateBase.ToolTipText TemplateBase.Onliner TemplateBase.IsReadOnly TemplateBase.LastValue TemplateBase.Value RenderableComponentBase.RccContainer RenderableComponentBase.PollingInterval RenderableComponentBase.Dispose() RenderableComponentBase.PolledElements RenderableComponentBase.HasFocus RenderableComponentBase.AddToPolling(ITwinElement, int) RenderableComponentBase.RemovePolledElements() RenderableComponentBase.UpdateValuesOnChange(ITwinElement, int) RenderableComponentBase.UpdateShadowValuesOnChange(ITwinObject) RenderableComponentBase.UpdateShadowValuesOnChange(ITwinPrimitive) RenderableComponentBase.UpdateValuesOnChangeOutFocus(OnlinerBase) RenderableComponentBase.HandlePropertyChanged(object, PropertyChangedEventArgs) RenderableComponentBase.HandleShadowPropertyChanged(object, ValueChangedEventArgs) RenderableComponentBase.ShouldBeUpdated(ITwinElement) RenderableComponentBase.HandlePropertyChangedOnOutFocus(object, PropertyChangedEventArgs) ComponentBase.OnInitialized() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.SetParametersAsync(ParameterView) object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Templates Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class EnumeratorContainerControlView : EnumeratorsBaseOnline, IComponent, IHandleEvent, IHandleAfterRender, IRenderableComponent, IDisposable Type Parameters Name Description T Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) Implements IComponent IHandleEvent IHandleAfterRender IRenderableComponent IDisposable"
+ "keywords": "Class EnumeratorContainerControlView Inheritance object ComponentBase RenderableComponentBase TemplateBase EnumeratorsBaseOnline EnumeratorContainerControlView Implements IComponent IHandleEvent IHandleAfterRender IRenderableComponent IDisposable Inherited Members EnumeratorsBaseOnline.EnumDiscriminatorAttribute EnumeratorsBaseOnline.Names EnumeratorsBaseOnline.EnumToIntConverter EnumeratorsBaseOnline.OnInitializedAsync() TemplateBase.JSRuntime TemplateBase.ToolTipText TemplateBase.Onliner TemplateBase.IsReadOnly TemplateBase.LastValue TemplateBase.Value RenderableComponentBase.RccContainer RenderableComponentBase.PollingInterval RenderableComponentBase.Dispose() RenderableComponentBase.PolledElements RenderableComponentBase.HasFocus RenderableComponentBase.AddToPolling(ITwinElement, int) RenderableComponentBase.RemovePolledElements() RenderableComponentBase.UpdateValuesOnChange(ITwinElement, int) RenderableComponentBase.UpdateShadowValuesOnChange(ITwinObject) RenderableComponentBase.UpdateShadowValuesOnChange(ITwinPrimitive) RenderableComponentBase.UpdateValuesOnChangeOutFocus(OnlinerBase) RenderableComponentBase.HandlePropertyChanged(object, PropertyChangedEventArgs) RenderableComponentBase.HandleShadowPropertyChanged(object, ValueChangedEventArgs) RenderableComponentBase.ShouldBeUpdated(ITwinElement) RenderableComponentBase.HandlePropertyChangedOnOutFocus(object, PropertyChangedEventArgs) ComponentBase.OnInitialized() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.DispatchExceptionAsync(Exception) ComponentBase.SetParametersAsync(ParameterView) ComponentBase.RendererInfo ComponentBase.Assets ComponentBase.AssignedRenderMode object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Templates Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class EnumeratorContainerControlView : EnumeratorsBaseOnline, IComponent, IHandleEvent, IHandleAfterRender, IRenderableComponent, IDisposable Type Parameters Name Description T Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) Implements IComponent IHandleEvent IHandleAfterRender IRenderableComponent IDisposable"
},
"api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorContainerDisplayView-1.html": {
"href": "api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorContainerDisplayView-1.html",
"title": "Class EnumeratorContainerDisplayView | System.Dynamic.ExpandoObject",
- "keywords": "Class EnumeratorContainerDisplayView Inheritance object ComponentBase RenderableComponentBase TemplateBase EnumeratorsBaseOnline EnumeratorContainerDisplayView Implements IComponent IHandleEvent IHandleAfterRender IRenderableComponent IDisposable Inherited Members EnumeratorsBaseOnline.EnumDiscriminatorAttribute EnumeratorsBaseOnline.Names EnumeratorsBaseOnline.EnumToIntConverter EnumeratorsBaseOnline.OnInitializedAsync() TemplateBase.JSRuntime TemplateBase.ToolTipText TemplateBase.Onliner TemplateBase.IsReadOnly TemplateBase.LastValue TemplateBase.Value RenderableComponentBase.RccContainer RenderableComponentBase.PollingInterval RenderableComponentBase.Dispose() RenderableComponentBase.PolledElements RenderableComponentBase.HasFocus RenderableComponentBase.AddToPolling(ITwinElement, int) RenderableComponentBase.RemovePolledElements() RenderableComponentBase.UpdateValuesOnChange(ITwinElement, int) RenderableComponentBase.UpdateShadowValuesOnChange(ITwinObject) RenderableComponentBase.UpdateShadowValuesOnChange(ITwinPrimitive) RenderableComponentBase.UpdateValuesOnChangeOutFocus(OnlinerBase) RenderableComponentBase.HandlePropertyChanged(object, PropertyChangedEventArgs) RenderableComponentBase.HandleShadowPropertyChanged(object, ValueChangedEventArgs) RenderableComponentBase.ShouldBeUpdated(ITwinElement) RenderableComponentBase.HandlePropertyChangedOnOutFocus(object, PropertyChangedEventArgs) ComponentBase.OnInitialized() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.SetParametersAsync(ParameterView) object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Templates Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class EnumeratorContainerDisplayView : EnumeratorsBaseOnline, IComponent, IHandleEvent, IHandleAfterRender, IRenderableComponent, IDisposable Type Parameters Name Description T Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) Implements IComponent IHandleEvent IHandleAfterRender IRenderableComponent IDisposable"
+ "keywords": "Class EnumeratorContainerDisplayView Inheritance object ComponentBase RenderableComponentBase TemplateBase EnumeratorsBaseOnline EnumeratorContainerDisplayView Implements IComponent IHandleEvent IHandleAfterRender IRenderableComponent IDisposable Inherited Members EnumeratorsBaseOnline.EnumDiscriminatorAttribute EnumeratorsBaseOnline.Names EnumeratorsBaseOnline.EnumToIntConverter EnumeratorsBaseOnline.OnInitializedAsync() TemplateBase.JSRuntime TemplateBase.ToolTipText TemplateBase.Onliner TemplateBase.IsReadOnly TemplateBase.LastValue TemplateBase.Value RenderableComponentBase.RccContainer RenderableComponentBase.PollingInterval RenderableComponentBase.Dispose() RenderableComponentBase.PolledElements RenderableComponentBase.HasFocus RenderableComponentBase.AddToPolling(ITwinElement, int) RenderableComponentBase.RemovePolledElements() RenderableComponentBase.UpdateValuesOnChange(ITwinElement, int) RenderableComponentBase.UpdateShadowValuesOnChange(ITwinObject) RenderableComponentBase.UpdateShadowValuesOnChange(ITwinPrimitive) RenderableComponentBase.UpdateValuesOnChangeOutFocus(OnlinerBase) RenderableComponentBase.HandlePropertyChanged(object, PropertyChangedEventArgs) RenderableComponentBase.HandleShadowPropertyChanged(object, ValueChangedEventArgs) RenderableComponentBase.ShouldBeUpdated(ITwinElement) RenderableComponentBase.HandlePropertyChangedOnOutFocus(object, PropertyChangedEventArgs) ComponentBase.OnInitialized() ComponentBase.OnParametersSet() ComponentBase.OnParametersSetAsync() ComponentBase.StateHasChanged() ComponentBase.ShouldRender() ComponentBase.OnAfterRender(bool) ComponentBase.OnAfterRenderAsync(bool) ComponentBase.InvokeAsync(Action) ComponentBase.InvokeAsync(Func) ComponentBase.DispatchExceptionAsync(Exception) ComponentBase.SetParametersAsync(ParameterView) ComponentBase.RendererInfo ComponentBase.Assets ComponentBase.AssignedRenderMode object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Namespace: AXSharp.Presentation.Blazor.Controls.Templates Assembly: AXSharp.Presentation.Blazor.Controls.dll Syntax public class EnumeratorContainerDisplayView : EnumeratorsBaseOnline, IComponent, IHandleEvent, IHandleAfterRender, IRenderableComponent, IDisposable Type Parameters Name Description T Methods BuildRenderTree(RenderTreeBuilder) Renders the component to the supplied RenderTreeBuilder. Declaration protected override void BuildRenderTree(RenderTreeBuilder __builder) Parameters Type Name Description RenderTreeBuilder __builder Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder) Implements IComponent IHandleEvent IHandleAfterRender IRenderableComponent IDisposable"
},
"api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorContainerShadowControlView-1.html": {
"href": "api/AXSharp.Presentation.Blazor.Controls.Templates.EnumeratorContainerShadowControlView-1.html",
"title": "Class EnumeratorContainerShadowControlView | System.Dynamic.ExpandoObject",
- "keywords": "Class EnumeratorContainerShadowControlView Inheritance object ComponentBase RenderableComponentBase TemplateBase EnumeratorsBaseShadow EnumeratorContainerShadowControlView Implements IComponent IHandleEvent IHandleAfterRender IRenderableComponent IDisposable Inherited Members EnumeratorsBaseShadow.EnumDiscriminatorAttribute EnumeratorsBaseShadow.Names EnumeratorsBaseShadow