public class ModelDataSourceView extends DataSourceView
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.WebControls.ModelDataSourceView
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.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Web
|
static java.lang.String |
className
Qualified class name: System.Web.UI.WebControls.ModelDataSourceView
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ModelDataSourceView() |
ModelDataSourceView(ModelDataSource owner) |
ModelDataSourceView(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addCallingDataMethods(CallingDataMethodsEventHandler handler) |
static ModelDataSourceView |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ModelDataSourceView, a cast assert is made to check if types are compatible. |
void |
Delete(IDictionary keys,
IDictionary oldValues,
DataSourceViewOperationCallback callback) |
java.lang.String |
getDataKeyName() |
java.lang.String |
getDeleteMethod() |
java.lang.String |
getInsertMethod() |
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 |
getModelTypeName() |
java.lang.String |
getSelectMethod() |
java.lang.String |
getUpdateMethod() |
void |
Insert(IDictionary values,
DataSourceViewOperationCallback callback) |
void |
removeCallingDataMethods(CallingDataMethodsEventHandler handler) |
void |
Select(DataSourceSelectArguments arguments,
DataSourceViewSelectCallback callback) |
void |
setDataKeyName(java.lang.String DataKeyName) |
void |
setDeleteMethod(java.lang.String DeleteMethod) |
void |
setInsertMethod(java.lang.String InsertMethod) |
void |
setJCOInstance(JCObject instance) |
void |
setModelTypeName(java.lang.String ModelTypeName) |
void |
setSelectMethod(java.lang.String SelectMethod) |
void |
setUpdateMethod(java.lang.String UpdateMethod) |
void |
Update(IDictionary keys,
IDictionary values,
IDictionary oldValues,
DataSourceViewOperationCallback callback) |
void |
UpdateProperties(java.lang.String modelTypeName,
java.lang.String selectMethod,
java.lang.String updateMethod,
java.lang.String insertMethod,
java.lang.String deleteMethod,
java.lang.String dataKeyName) |
addDataSourceViewChanged, CanExecute, ExecuteCommand, getCanDelete, getCanInsert, getCanPage, getCanRetrieveTotalRowCount, getCanSort, getCanUpdate, getName, removeDataSourceViewChangedpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ModelDataSourceView()
throws java.lang.Throwable
java.lang.Throwablepublic ModelDataSourceView(ModelDataSource owner) throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, HttpException, KeyNotFoundException, ThreadAbortException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionHttpExceptionKeyNotFoundExceptionThreadAbortExceptionpublic ModelDataSourceView(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addCallingDataMethods(CallingDataMethodsEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static ModelDataSourceView cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ModelDataSourceView, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedModelDataSourceView instancejava.lang.Throwable - in case of error during cast operationpublic void Delete(IDictionary keys, IDictionary oldValues, DataSourceViewOperationCallback callback) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ConfigurationErrorsException, ArgumentOutOfRangeException, HttpException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ConfigurationException, InvalidCastException, NullReferenceException, KeyNotFoundException, MulticastNotSupportedException, ThreadAbortException, SecurityException, TaskSchedulerException
Delete in class DataSourceViewjava.lang.ThrowableArgumentNullExceptionArgumentExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionHttpExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionConfigurationExceptionInvalidCastExceptionNullReferenceExceptionKeyNotFoundExceptionMulticastNotSupportedExceptionThreadAbortExceptionSecurityExceptionTaskSchedulerExceptionpublic java.lang.String getDataKeyName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDeleteMethod()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getInsertMethod()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DataSourceViewString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DataSourceViewString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DataSourceViewObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DataSourceViewString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DataSourceViewJCType representing the CLR Type of the instantiated Classpublic java.lang.String getModelTypeName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSelectMethod()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getUpdateMethod()
throws java.lang.Throwable
java.lang.Throwablepublic void Insert(IDictionary values, DataSourceViewOperationCallback callback) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ConfigurationErrorsException, ArgumentOutOfRangeException, HttpException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ConfigurationException, InvalidCastException, NullReferenceException, KeyNotFoundException, MulticastNotSupportedException, ThreadAbortException, SecurityException, TaskSchedulerException
Insert in class DataSourceViewjava.lang.ThrowableArgumentNullExceptionArgumentExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionHttpExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionConfigurationExceptionInvalidCastExceptionNullReferenceExceptionKeyNotFoundExceptionMulticastNotSupportedExceptionThreadAbortExceptionSecurityExceptionTaskSchedulerExceptionpublic void removeCallingDataMethods(CallingDataMethodsEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) throws java.lang.Throwable, ArgumentException, ConfigurationErrorsException, ArgumentOutOfRangeException, HttpException, ArgumentNullException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ConfigurationException, InvalidCastException, NullReferenceException, SecurityException, TaskSchedulerException
Select in class DataSourceViewjava.lang.ThrowableArgumentExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionHttpExceptionArgumentNullExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionConfigurationExceptionInvalidCastExceptionNullReferenceExceptionSecurityExceptionTaskSchedulerExceptionpublic void setDataKeyName(java.lang.String DataKeyName)
throws java.lang.Throwable
java.lang.Throwablepublic void setDeleteMethod(java.lang.String DeleteMethod)
throws java.lang.Throwable
java.lang.Throwablepublic void setInsertMethod(java.lang.String InsertMethod)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class DataSourceViewpublic void setModelTypeName(java.lang.String ModelTypeName)
throws java.lang.Throwable
java.lang.Throwablepublic void setSelectMethod(java.lang.String SelectMethod)
throws java.lang.Throwable
java.lang.Throwablepublic void setUpdateMethod(java.lang.String UpdateMethod)
throws java.lang.Throwable
java.lang.Throwablepublic void Update(IDictionary keys, IDictionary values, IDictionary oldValues, DataSourceViewOperationCallback callback) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ConfigurationErrorsException, ArgumentOutOfRangeException, HttpException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ConfigurationException, InvalidCastException, NullReferenceException, KeyNotFoundException, MulticastNotSupportedException, ThreadAbortException, SecurityException, TaskSchedulerException
Update in class DataSourceViewjava.lang.ThrowableArgumentNullExceptionArgumentExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionHttpExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionConfigurationExceptionInvalidCastExceptionNullReferenceExceptionKeyNotFoundExceptionMulticastNotSupportedExceptionThreadAbortExceptionSecurityExceptionTaskSchedulerExceptionpublic void UpdateProperties(java.lang.String modelTypeName,
java.lang.String selectMethod,
java.lang.String updateMethod,
java.lang.String insertMethod,
java.lang.String deleteMethod,
java.lang.String dataKeyName)
throws java.lang.Throwable
java.lang.Throwable