Package system.windows.markup
Class XamlSetTypeConverterEventArgs
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.EventArgs
-
- system.windows.markup.XamlSetValueEventArgs
-
- system.windows.markup.XamlSetTypeConverterEventArgs
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class XamlSetTypeConverterEventArgs extends XamlSetValueEventArgs
The base .NET class managing System.Windows.Markup.XamlSetTypeConverterEventArgs, System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Markup.XamlSetTypeConverterEventArgs
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.StringassemblyFullNameFully assembly qualified name: System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Xamlstatic java.lang.StringclassNameQualified class name: System.Windows.Markup.XamlSetTypeConverterEventArgsstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XamlSetTypeConverterEventArgs()XamlSetTypeConverterEventArgs(java.lang.Object instance)Internal constructor.XamlSetTypeConverterEventArgs(XamlMember member, TypeConverter typeConverter, NetObject value, ITypeDescriptorContext serviceProvider, CultureInfo cultureInfo)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidCallBase()static XamlSetTypeConverterEventArgscast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoXamlSetTypeConverterEventArgs, a cast assert is made to check if types are compatible.CultureInfogetCultureInfo()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeITypeDescriptorContextgetServiceProvider()TypeConvertergetTypeConverter()voidsetCultureInfo(CultureInfo CultureInfo)voidsetJCOInstance(JCObject instance)voidsetServiceProvider(ITypeDescriptorContext ServiceProvider)voidsetTypeConverter(TypeConverter TypeConverter)-
Methods inherited from class system.windows.markup.XamlSetValueEventArgs
getHandled, getMember, getValue, setHandled, setMember, setValue
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Xaml- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Markup.XamlSetTypeConverterEventArgs- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XamlSetTypeConverterEventArgs
public XamlSetTypeConverterEventArgs(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
XamlSetTypeConverterEventArgs
public XamlSetTypeConverterEventArgs() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
XamlSetTypeConverterEventArgs
public XamlSetTypeConverterEventArgs(XamlMember member, TypeConverter typeConverter, NetObject value, ITypeDescriptorContext serviceProvider, CultureInfo cultureInfo) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classXamlSetValueEventArgs- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classXamlSetValueEventArgs- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classXamlSetValueEventArgs- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classXamlSetValueEventArgs- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classXamlSetValueEventArgs
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classXamlSetValueEventArgs- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static XamlSetTypeConverterEventArgs cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoXamlSetTypeConverterEventArgs, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
XamlSetTypeConverterEventArgsinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
CallBase
public void CallBase() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, KeyNotFoundException, NotImplementedException, ArgumentException, InvalidOperationException, MissingManifestResourceException, XamlSchemaException, SecurityException- Overrides:
CallBasein classXamlSetValueEventArgs- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionKeyNotFoundExceptionNotImplementedExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionXamlSchemaExceptionSecurityException
-
getServiceProvider
public ITypeDescriptorContext getServiceProvider() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setServiceProvider
public void setServiceProvider(ITypeDescriptorContext ServiceProvider) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTypeConverter
public TypeConverter getTypeConverter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTypeConverter
public void setTypeConverter(TypeConverter TypeConverter) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCultureInfo
public CultureInfo getCultureInfo() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCultureInfo
public void setCultureInfo(CultureInfo CultureInfo) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-