public class ObjectDataProvider extends DataSourceProvider
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Data.ObjectDataProvider
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationFramework
|
static java.lang.String |
className
Qualified class name: System.Windows.Data.ObjectDataProvider
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ObjectDataProvider() |
ObjectDataProvider(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectDataProvider |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ObjectDataProvider, a cast assert is made to check if types are compatible. |
IList |
getConstructorParameters() |
boolean |
getIsAsynchronous() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
java.lang.String |
getMethodName() |
IList |
getMethodParameters() |
NetObject |
getObjectInstance() |
NetType |
getObjectType() |
void |
setIsAsynchronous(boolean IsAsynchronous) |
void |
setJCOInstance(JCObject instance) |
void |
setMethodName(java.lang.String MethodName) |
void |
setObjectInstance(NetObject ObjectInstance) |
void |
setObjectType(NetType ObjectType) |
boolean |
ShouldSerializeConstructorParameters() |
boolean |
ShouldSerializeMethodParameters() |
boolean |
ShouldSerializeObjectInstance() |
boolean |
ShouldSerializeObjectType() |
addDataChanged, DeferRefresh, getData, getError, getIsInitialLoadEnabled, InitialLoad, Refresh, removeDataChanged, setIsInitialLoadEnabledEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringBeginInit, EndInit, ToISupportInitializepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ObjectDataProvider()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidCastException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
TimeoutException,
NullReferenceException,
NotSupportedException,
FormatException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionTimeoutExceptionNullReferenceExceptionNotSupportedExceptionFormatExceptionpublic ObjectDataProvider(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ObjectDataProvider cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ObjectDataProvider, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedObjectDataProvider instancejava.lang.Throwable - in case of error during cast operationpublic IList getConstructorParameters() throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsAsynchronous()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ISupportInitializegetJCOAssemblyName in class DataSourceProviderString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ISupportInitializegetJCOClassName in class DataSourceProviderString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ISupportInitializegetJCOInstance in class DataSourceProviderObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ISupportInitializegetJCOObjectName in class DataSourceProviderString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface ISupportInitializegetJCOType in class DataSourceProviderJCType representing the CLR Type of the instantiated Classpublic java.lang.String getMethodName()
throws java.lang.Throwable
java.lang.Throwablepublic IList getMethodParameters() throws java.lang.Throwable
java.lang.Throwablepublic NetObject getObjectInstance() throws java.lang.Throwable
java.lang.Throwablepublic NetType getObjectType() throws java.lang.Throwable
java.lang.Throwablepublic void setIsAsynchronous(boolean IsAsynchronous)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class DataSourceProviderpublic void setMethodName(java.lang.String MethodName)
throws java.lang.Throwable
java.lang.Throwablepublic void setObjectInstance(NetObject ObjectInstance) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, MulticastNotSupportedException
public void setObjectType(NetType ObjectType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
public boolean ShouldSerializeConstructorParameters()
throws java.lang.Throwable
java.lang.Throwablepublic boolean ShouldSerializeMethodParameters()
throws java.lang.Throwable
java.lang.Throwablepublic boolean ShouldSerializeObjectInstance()
throws java.lang.Throwable
java.lang.Throwablepublic boolean ShouldSerializeObjectType()
throws java.lang.Throwable
java.lang.Throwable