public class DataViewManager extends MarshalByValueComponent implements ITypedList
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.DataViewManager
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: System.Data.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Data.Common
|
static java.lang.String |
className
Qualified class name: System.Data.DataViewManager
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DataViewManager() |
DataViewManager(DataSet dataSet) |
DataViewManager(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListChanged(ListChangedEventHandler handler) |
static DataViewManager |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DataViewManager, a cast assert is made to check if types are compatible. |
DataView |
CreateDataView(DataTable table) |
DataSet |
getDataSet() |
java.lang.String |
getDataViewSettingCollectionString() |
DataViewSettingCollection |
getDataViewSettings() |
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
|
void |
removeListChanged(ListChangedEventHandler handler) |
void |
setDataSet(DataSet DataSet) |
void |
setDataViewSettingCollectionString(java.lang.String DataViewSettingCollectionString) |
void |
setJCOInstance(JCObject instance) |
addDisposed, close, Dispose, getContainer, getDesignMode, GetService, getSite, removeDisposed, setSiteEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringGetItemProperties, GetListName, ToITypedListpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DataViewManager()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
MulticastNotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException
public DataViewManager(DataSet dataSet) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
public DataViewManager(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addListChanged(ListChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static DataViewManager cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DataViewManager, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDataViewManager instancejava.lang.Throwable - in case of error during cast operationpublic DataView CreateDataView(DataTable table) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, SynchronizationLockException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionSynchronizationLockExceptionMulticastNotSupportedExceptionpublic DataSet getDataSet() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDataViewSettingCollectionString()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
OutOfMemoryException,
ArgumentNullException,
IndexOutOfRangeException,
FormatException
public DataViewSettingCollection getDataViewSettings() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ITypedListgetJCOAssemblyName in class MarshalByValueComponentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ITypedListgetJCOClassName in class MarshalByValueComponentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ITypedListgetJCOInstance in class MarshalByValueComponentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ITypedListgetJCOObjectName in class MarshalByValueComponentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface ITypedListgetJCOType in class MarshalByValueComponentJCType representing the CLR Type of the instantiated Classpublic void removeListChanged(ListChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setDataSet(DataSet DataSet) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, MulticastNotSupportedException
public void setDataViewSettingCollectionString(java.lang.String DataViewSettingCollectionString)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
XmlException,
OutOfMemoryException,
NotImplementedException,
RegexMatchTimeoutException,
IndexOutOfRangeException,
CultureNotFoundException,
OverflowException,
InvalidCastException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionXmlExceptionOutOfMemoryExceptionNotImplementedExceptionRegexMatchTimeoutExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOverflowExceptionInvalidCastExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class MarshalByValueComponent