Package system.windows.data
Class MultiBinding
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.markup.MarkupExtension
-
- system.windows.data.BindingBase
-
- system.windows.data.MultiBinding
-
- All Implemented Interfaces:
IJCOBridgeReflected
,IAddChild
public class MultiBinding extends BindingBase implements IAddChild
The base .NET class managing System.Windows.Data.MultiBinding, PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Data.MultiBinding
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: PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: PresentationFrameworkstatic java.lang.String
className
Qualified class name: System.Windows.Data.MultiBindingstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description MultiBinding()
MultiBinding(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
Methods inherited from class system.windows.data.BindingBase
getBindingGroupName, getDelay, getFallbackValue, getStringFormat, getTargetNullValue, ProvideValue, setBindingGroupName, setDelay, setFallbackValue, setStringFormat, setTargetNullValue, ShouldSerializeFallbackValue, ShouldSerializeTargetNullValue
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: PresentationFramework- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Data.MultiBinding- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MultiBinding
public MultiBinding(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
MultiBinding
public MultiBinding() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
OutOfMemoryException
SecurityException
ArrayTypeMismatchException
IOException
UnauthorizedAccessException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIAddChild
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classBindingBase
- 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 interfaceIAddChild
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classBindingBase
- 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 interfaceIAddChild
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classBindingBase
- 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 interfaceIAddChild
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classBindingBase
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classBindingBase
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIAddChild
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classBindingBase
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static MultiBinding cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoMultiBinding
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
MultiBinding
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
ShouldSerializeBindings
public boolean ShouldSerializeBindings() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ShouldSerializeValidationRules
public boolean ShouldSerializeValidationRules() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException
-
getNotifyOnSourceUpdated
public boolean getNotifyOnSourceUpdated() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setNotifyOnSourceUpdated
public void setNotifyOnSourceUpdated(boolean NotifyOnSourceUpdated) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
getNotifyOnTargetUpdated
public boolean getNotifyOnTargetUpdated() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setNotifyOnTargetUpdated
public void setNotifyOnTargetUpdated(boolean NotifyOnTargetUpdated) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
getNotifyOnValidationError
public boolean getNotifyOnValidationError() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setNotifyOnValidationError
public void setNotifyOnValidationError(boolean NotifyOnValidationError) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
getValidatesOnDataErrors
public boolean getValidatesOnDataErrors() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setValidatesOnDataErrors
public void setValidatesOnDataErrors(boolean ValidatesOnDataErrors) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
getValidatesOnExceptions
public boolean getValidatesOnExceptions() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setValidatesOnExceptions
public void setValidatesOnExceptions(boolean ValidatesOnExceptions) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
getValidatesOnNotifyDataErrors
public boolean getValidatesOnNotifyDataErrors() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setValidatesOnNotifyDataErrors
public void setValidatesOnNotifyDataErrors(boolean ValidatesOnNotifyDataErrors) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
getConverterCulture
public CultureInfo getConverterCulture() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setConverterCulture
public void setConverterCulture(CultureInfo ConverterCulture) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
-
getConverterParameter
public NetObject getConverterParameter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setConverterParameter
public void setConverterParameter(NetObject ConverterParameter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
-
getMode
public BindingMode getMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMode
public void setMode(BindingMode Mode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
getConverter
public IMultiValueConverter getConverter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setConverter
public void setConverter(IMultiValueConverter Converter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
-
getUpdateSourceExceptionFilter
public UpdateSourceExceptionFilterCallback getUpdateSourceExceptionFilter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setUpdateSourceExceptionFilter
public void setUpdateSourceExceptionFilter(UpdateSourceExceptionFilterCallback UpdateSourceExceptionFilter) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException
-
getUpdateSourceTrigger
public UpdateSourceTrigger getUpdateSourceTrigger() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setUpdateSourceTrigger
public void setUpdateSourceTrigger(UpdateSourceTrigger UpdateSourceTrigger) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
-