Class ActivityXamlServices
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.activities.xamlintegration.ActivityXamlServices
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class ActivityXamlServices extends NetObject
The base .NET class managing System.Activities.XamlIntegration.ActivityXamlServices, System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Activities.XamlIntegration.ActivityXamlServices
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: System.Activitiesstatic java.lang.String
className
Qualified class name: System.Activities.XamlIntegration.ActivityXamlServicesstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ActivityXamlServices()
ActivityXamlServices(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActivityXamlServices
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoActivityXamlServices
, a cast assert is made to check if types are compatible.static XamlWriter
CreateBuilderWriter(XamlWriter innerWriter)
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typestatic void
InitializeComponent(NetType componentType, NetObject componentInstance)
static Activity
Load(java.lang.String fileName)
static Activity
Load(java.lang.String fileName, ActivityXamlServicesSettings settings)
static Activity
Load(Stream stream)
static Activity
Load(Stream stream, ActivityXamlServicesSettings settings)
static Activity
Load(TextReader textReader)
static Activity
Load(TextReader textReader, ActivityXamlServicesSettings settings)
static Activity
Load(XmlReader xmlReader)
static Activity
Load(XmlReader xmlReader, ActivityXamlServicesSettings settings)
void
setJCOInstance(JCObject instance)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Activities- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Activities.XamlIntegration.ActivityXamlServices- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ActivityXamlServices cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoActivityXamlServices
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ActivityXamlServices
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Load
public static Activity Load(Stream stream) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, XmlException, NotImplementedException, NotSupportedException, FormatException, XamlSchemaException, KeyNotFoundException, XamlException, ConfigurationErrorsException, OutOfMemoryException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
MissingManifestResourceException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
XmlException
NotImplementedException
NotSupportedException
FormatException
XamlSchemaException
KeyNotFoundException
XamlException
ConfigurationErrorsException
OutOfMemoryException
MissingMethodException
TargetInvocationException
-
Load
public static Activity Load(Stream stream, ActivityXamlServicesSettings settings) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, XmlException, NotImplementedException, NotSupportedException, FormatException, XmlSchemaException, KeyNotFoundException, OutOfMemoryException, XamlSchemaException, XamlException, EndOfStreamException, ConfigurationErrorsException, MissingMethodException
- Throws:
java.lang.Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
MissingManifestResourceException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
XmlException
NotImplementedException
NotSupportedException
FormatException
XmlSchemaException
KeyNotFoundException
OutOfMemoryException
XamlSchemaException
XamlException
EndOfStreamException
ConfigurationErrorsException
MissingMethodException
-
Load
public static Activity Load(TextReader textReader) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, XmlException, NotImplementedException, NotSupportedException, FormatException, XamlSchemaException, KeyNotFoundException, XamlException, ConfigurationErrorsException, OutOfMemoryException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
MissingManifestResourceException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
XmlException
NotImplementedException
NotSupportedException
FormatException
XamlSchemaException
KeyNotFoundException
XamlException
ConfigurationErrorsException
OutOfMemoryException
MissingMethodException
TargetInvocationException
-
Load
public static Activity Load(TextReader textReader, ActivityXamlServicesSettings settings) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, XmlException, NotImplementedException, NotSupportedException, FormatException, XmlSchemaException, KeyNotFoundException, OutOfMemoryException, XamlSchemaException, XamlException, EndOfStreamException, ConfigurationErrorsException, MissingMethodException
- Throws:
java.lang.Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
MissingManifestResourceException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
XmlException
NotImplementedException
NotSupportedException
FormatException
XmlSchemaException
KeyNotFoundException
OutOfMemoryException
XamlSchemaException
XamlException
EndOfStreamException
ConfigurationErrorsException
MissingMethodException
-
Load
public static Activity Load(java.lang.String fileName) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, XmlException, NotImplementedException, NotSupportedException, AggregateException, FormatException, XamlSchemaException, KeyNotFoundException, XamlException, ConfigurationErrorsException, OutOfMemoryException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
MissingManifestResourceException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
XmlException
NotImplementedException
NotSupportedException
AggregateException
FormatException
XamlSchemaException
KeyNotFoundException
XamlException
ConfigurationErrorsException
OutOfMemoryException
MissingMethodException
TargetInvocationException
-
Load
public static Activity Load(java.lang.String fileName, ActivityXamlServicesSettings settings) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, XmlException, NotImplementedException, NotSupportedException, TaskSchedulerException, OperationCanceledException, AggregateException, FormatException, XmlSchemaException, KeyNotFoundException, OutOfMemoryException, XamlSchemaException, XamlException, EndOfStreamException, ConfigurationErrorsException, MissingMethodException
- Throws:
java.lang.Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
MissingManifestResourceException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
XmlException
NotImplementedException
NotSupportedException
TaskSchedulerException
OperationCanceledException
AggregateException
FormatException
XmlSchemaException
KeyNotFoundException
OutOfMemoryException
XamlSchemaException
XamlException
EndOfStreamException
ConfigurationErrorsException
MissingMethodException
-
Load
public static Activity Load(XmlReader xmlReader) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, NotImplementedException, KeyNotFoundException, OutOfMemoryException, XamlSchemaException, XmlException, UriFormatException, XamlException, EndOfStreamException, NotSupportedException, ConfigurationErrorsException, MissingMethodException
- Throws:
java.lang.Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
MissingManifestResourceException
ObjectDisposedException
NotImplementedException
KeyNotFoundException
OutOfMemoryException
XamlSchemaException
XmlException
UriFormatException
XamlException
EndOfStreamException
NotSupportedException
ConfigurationErrorsException
MissingMethodException
-
Load
public static Activity Load(XmlReader xmlReader, ActivityXamlServicesSettings settings) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, NotImplementedException, KeyNotFoundException, OutOfMemoryException, XamlSchemaException, XmlException, SecurityException, UriFormatException, ThreadAbortException, XamlException, FormatException, EndOfStreamException, IOException, OverflowException, ConfigurationErrorsException
- Throws:
java.lang.Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
MissingManifestResourceException
ObjectDisposedException
NotSupportedException
NotImplementedException
KeyNotFoundException
OutOfMemoryException
XamlSchemaException
XmlException
SecurityException
UriFormatException
ThreadAbortException
XamlException
FormatException
EndOfStreamException
IOException
OverflowException
ConfigurationErrorsException
-
CreateBuilderWriter
public static XamlWriter CreateBuilderWriter(XamlWriter innerWriter) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException
-
InitializeComponent
public static void InitializeComponent(NetType componentType, NetObject componentInstance) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, NotImplementedException, CultureNotFoundException, NullReferenceException, SecurityException, NotSupportedException, UnauthorizedAccessException, IOException, XmlException, FormatException, KeyNotFoundException, OutOfMemoryException, XamlSchemaException, XamlException
- Throws:
java.lang.Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
MissingManifestResourceException
ObjectDisposedException
NotImplementedException
CultureNotFoundException
NullReferenceException
SecurityException
NotSupportedException
UnauthorizedAccessException
IOException
XmlException
FormatException
KeyNotFoundException
OutOfMemoryException
XamlSchemaException
XamlException
-
-