public class IDataSourceDesignerImplementation extends NetObject implements IDataSourceDesigner
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.Design.IDataSourceDesigner
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.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Design
|
static java.lang.String |
className
Qualified class name: System.Web.UI.Design.IDataSourceDesigner
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IDataSourceDesignerImplementation(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDataSourceChanged(EventHandler handler) |
void |
addSchemaRefreshed(EventHandler handler) |
void |
Configure() |
boolean |
getCanConfigure() |
boolean |
getCanRefreshSchema() |
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
|
DesignerDataSourceView |
GetView(java.lang.String viewName) |
java.lang.String[] |
GetViewNames() |
void |
RefreshSchema(boolean preferSilent) |
void |
removeDataSourceChanged(EventHandler handler) |
void |
removeSchemaRefreshed(EventHandler handler) |
void |
ResumeDataSourceEvents() |
void |
SuppressDataSourceEvents() |
static IDataSourceDesigner |
ToIDataSourceDesigner(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IDataSourceDesigner, a cast assert is made to check if types are compatible. |
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IDataSourceDesignerImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addDataSourceChanged(EventHandler handler) throws java.lang.Throwable
addDataSourceChanged in interface IDataSourceDesignerjava.lang.Throwablepublic void addSchemaRefreshed(EventHandler handler) throws java.lang.Throwable
addSchemaRefreshed in interface IDataSourceDesignerjava.lang.Throwablepublic void Configure()
throws java.lang.Throwable
Configure in interface IDataSourceDesignerjava.lang.Throwablepublic boolean getCanConfigure()
throws java.lang.Throwable
getCanConfigure in interface IDataSourceDesignerjava.lang.Throwablepublic boolean getCanRefreshSchema()
throws java.lang.Throwable
getCanRefreshSchema in interface IDataSourceDesignerjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDataSourceDesignergetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDataSourceDesignergetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDataSourceDesignergetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDataSourceDesignergetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IDataSourceDesignergetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic DesignerDataSourceView GetView(java.lang.String viewName) throws java.lang.Throwable
GetView in interface IDataSourceDesignerjava.lang.Throwablepublic java.lang.String[] GetViewNames()
throws java.lang.Throwable
GetViewNames in interface IDataSourceDesignerjava.lang.Throwablepublic void RefreshSchema(boolean preferSilent)
throws java.lang.Throwable
RefreshSchema in interface IDataSourceDesignerjava.lang.Throwablepublic void removeDataSourceChanged(EventHandler handler) throws java.lang.Throwable
removeDataSourceChanged in interface IDataSourceDesignerjava.lang.Throwablepublic void removeSchemaRefreshed(EventHandler handler) throws java.lang.Throwable
removeSchemaRefreshed in interface IDataSourceDesignerjava.lang.Throwablepublic void ResumeDataSourceEvents()
throws java.lang.Throwable
ResumeDataSourceEvents in interface IDataSourceDesignerjava.lang.Throwablepublic void SuppressDataSourceEvents()
throws java.lang.Throwable
SuppressDataSourceEvents in interface IDataSourceDesignerjava.lang.Throwablepublic static IDataSourceDesigner ToIDataSourceDesigner(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IDataSourceDesigner, a cast assert is made to check if types are compatible.ToIDataSourceDesigner in interface IDataSourceDesignerfrom - IJCOBridgeReflected instance to be castedIDataSourceDesigner instancejava.lang.Throwable - in case of error during cast operation