Package system.windows.data
Class Binding
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.markup.MarkupExtension
-
- system.windows.data.BindingBase
-
- system.windows.data.Binding
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class Binding extends BindingBase
The base .NET class managing System.Windows.Data.Binding, PresentationFramework, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Data.Binding
Powered by JCOBridge: more info at https://www.jcobridge.com
- Version:
- 1.14.3.0
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static String
assemblyShortName
Assembly name: PresentationFrameworkstatic String
className
Qualified class name: System.Windows.Data.Bindingstatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
-
Methods inherited from class system.windows.data.BindingBase
getBindingGroupName, getDelay, getFallbackValue, getStringFormat, getTargetNullValue, ProvideValue, setBindingGroupName, setDelay, setFallbackValue, setStringFormat, setTargetNullValue, ShouldSerializeFallbackValue, ShouldSerializeTargetNullValue
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final String assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final String assemblyShortName
Assembly name: PresentationFramework- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.Windows.Data.Binding- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Binding
public Binding(Object instance) throws Throwable
Internal constructor. Use with caution- Throws:
Throwable
-
Binding
public Binding(String path) throws Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidEnumArgumentException, Win32Exception, OverflowException, TimeoutException, InvalidCastException, ObjectDisposedException, OutOfMemoryException
- Throws:
Throwable
PlatformNotSupportedException
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
InvalidEnumArgumentException
Win32Exception
OverflowException
TimeoutException
InvalidCastException
ObjectDisposedException
OutOfMemoryException
-
-
Method Detail
-
getJCOAssemblyName
public String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classBindingBase
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classBindingBase
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public 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 classBindingBase
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- 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 interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classBindingBase
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Binding cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoBinding
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Binding
instance- Throws:
Throwable
- in case of error during cast operation
-
ShouldSerializeValidationRules
public boolean ShouldSerializeValidationRules() throws Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException
-
GetXmlNamespaceManager
public static XmlNamespaceManager GetXmlNamespaceManager(DependencyObject target) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException
-
SetXmlNamespaceManager
public static void SetXmlNamespaceManager(DependencyObject target, XmlNamespaceManager value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException
-
getBindsDirectlyToSource
public boolean getBindsDirectlyToSource() throws Throwable
- Throws:
Throwable
-
setBindsDirectlyToSource
public void setBindsDirectlyToSource(boolean BindsDirectlyToSource) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, OutOfMemoryException, ExternalException
-
setIsAsync
public void setIsAsync(boolean IsAsync) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, OutOfMemoryException, ExternalException
-
getNotifyOnSourceUpdated
public boolean getNotifyOnSourceUpdated() throws Throwable
- Throws:
Throwable
-
setNotifyOnSourceUpdated
public void setNotifyOnSourceUpdated(boolean NotifyOnSourceUpdated) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, OutOfMemoryException, ExternalException
-
getNotifyOnTargetUpdated
public boolean getNotifyOnTargetUpdated() throws Throwable
- Throws:
Throwable
-
setNotifyOnTargetUpdated
public void setNotifyOnTargetUpdated(boolean NotifyOnTargetUpdated) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, OutOfMemoryException, ExternalException
-
getNotifyOnValidationError
public boolean getNotifyOnValidationError() throws Throwable
- Throws:
Throwable
-
setNotifyOnValidationError
public void setNotifyOnValidationError(boolean NotifyOnValidationError) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, OutOfMemoryException, ExternalException
-
getValidatesOnDataErrors
public boolean getValidatesOnDataErrors() throws Throwable
- Throws:
Throwable
-
setValidatesOnDataErrors
public void setValidatesOnDataErrors(boolean ValidatesOnDataErrors) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, OutOfMemoryException, ExternalException
-
getValidatesOnExceptions
public boolean getValidatesOnExceptions() throws Throwable
- Throws:
Throwable
-
setValidatesOnExceptions
public void setValidatesOnExceptions(boolean ValidatesOnExceptions) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, OutOfMemoryException, ExternalException
-
getValidatesOnNotifyDataErrors
public boolean getValidatesOnNotifyDataErrors() throws Throwable
- Throws:
Throwable
-
setValidatesOnNotifyDataErrors
public void setValidatesOnNotifyDataErrors(boolean ValidatesOnNotifyDataErrors) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, OutOfMemoryException, ExternalException
-
getConverterCulture
public CultureInfo getConverterCulture() throws Throwable
- Throws:
Throwable
-
setConverterCulture
public void setConverterCulture(CultureInfo ConverterCulture) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, OutOfMemoryException, ExternalException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException
-
setAsyncState
public void setAsyncState(NetObject AsyncState) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, OutOfMemoryException, ExternalException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException
-
setConverterParameter
public void setConverterParameter(NetObject ConverterParameter) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, OutOfMemoryException, ExternalException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException
-
setSource
public void setSource(NetObject Source) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, OutOfMemoryException, ExternalException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, FormatException
- Throws:
Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
InvalidOperationException
PlatformNotSupportedException
ObjectDisposedException
OutOfMemoryException
ExternalException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArrayTypeMismatchException
FormatException
-
setElementName
public void setElementName(String ElementName) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, OutOfMemoryException, ExternalException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, FormatException
- Throws:
Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
InvalidOperationException
PlatformNotSupportedException
ObjectDisposedException
OutOfMemoryException
ExternalException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArrayTypeMismatchException
FormatException
-
setXPath
public void setXPath(String XPath) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, OutOfMemoryException, ExternalException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException
-
getMode
public BindingMode getMode() throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException
-
setMode
public void setMode(BindingMode Mode) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, OutOfMemoryException, ExternalException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException
-
getConverter
public IValueConverter getConverter() throws Throwable
- Throws:
Throwable
-
setConverter
public void setConverter(IValueConverter Converter) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, OutOfMemoryException, ExternalException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException
-
getRelativeSource
public RelativeSource getRelativeSource() throws Throwable
- Throws:
Throwable
-
setRelativeSource
public void setRelativeSource(RelativeSource RelativeSource) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, OutOfMemoryException, ExternalException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, FormatException
- Throws:
Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
InvalidOperationException
PlatformNotSupportedException
ObjectDisposedException
OutOfMemoryException
ExternalException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArrayTypeMismatchException
FormatException
-
getUpdateSourceExceptionFilter
public UpdateSourceExceptionFilterCallback getUpdateSourceExceptionFilter() throws Throwable
- Throws:
Throwable
-
setUpdateSourceExceptionFilter
public void setUpdateSourceExceptionFilter(UpdateSourceExceptionFilterCallback UpdateSourceExceptionFilter) throws Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException
-
getUpdateSourceTrigger
public UpdateSourceTrigger getUpdateSourceTrigger() throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException
-
setUpdateSourceTrigger
public void setUpdateSourceTrigger(UpdateSourceTrigger UpdateSourceTrigger) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, OutOfMemoryException, ExternalException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException
-
getPath
public PropertyPath getPath() throws Throwable
- Throws:
Throwable
-
setPath
public void setPath(PropertyPath Path) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, OutOfMemoryException, ExternalException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException
-
-