public class DesignTimeData extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.Design.DesignTimeData
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.DesignTimeData
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DesignTimeData() |
DesignTimeData(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static DesignTimeData |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DesignTimeData, a cast assert is made to check if types are compatible. |
static DataTable |
CreateDummyDataBoundDataTable() |
static DataTable |
CreateDummyDataTable() |
static DataTable |
CreateSampleDataTable(IEnumerable referenceData) |
static DataTable |
CreateSampleDataTable(IEnumerable referenceData,
boolean useDataBoundData) |
static PropertyDescriptorCollection |
GetDataFields(IEnumerable dataSource) |
static IEnumerable |
GetDataMember(IListSource dataSource,
java.lang.String dataMember) |
static java.lang.String[] |
GetDataMembers(NetObject dataSource) |
static IEnumerable |
GetDesignTimeDataSource(DataTable dataTable,
int minimumRows) |
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
|
static NetObject |
GetSelectedDataSource(IComponent component,
java.lang.String dataSource) |
static IEnumerable |
GetSelectedDataSource(IComponent component,
java.lang.String dataSource,
java.lang.String dataMember) |
void |
setJCOInstance(JCObject instance) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DesignTimeData()
throws java.lang.Throwable
java.lang.Throwablepublic DesignTimeData(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static DesignTimeData cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DesignTimeData, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDesignTimeData instancejava.lang.Throwable - in case of error during cast operationpublic static DataTable CreateDummyDataBoundDataTable() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, NullReferenceException, ConfigurationErrorsException, DataException, OverflowException, InvalidCastException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionNullReferenceExceptionConfigurationErrorsExceptionDataExceptionOverflowExceptionInvalidCastExceptionKeyNotFoundExceptionpublic static DataTable CreateDummyDataTable() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, NullReferenceException, ConfigurationErrorsException, DataException, OverflowException, InvalidCastException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionNullReferenceExceptionConfigurationErrorsExceptionDataExceptionOverflowExceptionInvalidCastExceptionKeyNotFoundExceptionpublic static DataTable CreateSampleDataTable(IEnumerable referenceData) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, NotSupportedException, DataException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionDataExceptionKeyNotFoundExceptionpublic static DataTable CreateSampleDataTable(IEnumerable referenceData, boolean useDataBoundData) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, NotSupportedException, DataException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionDataExceptionKeyNotFoundExceptionpublic static PropertyDescriptorCollection GetDataFields(IEnumerable dataSource) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException, ObjectDisposedException, AbandonedMutexException
public static IEnumerable GetDataMember(IListSource dataSource, java.lang.String dataMember) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, RankException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionRankExceptionNullReferenceExceptionpublic static java.lang.String[] GetDataMembers(NetObject dataSource) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, RankException, NullReferenceException, NotSupportedException
public static IEnumerable GetDesignTimeDataSource(DataTable dataTable, int minimumRows) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotSupportedException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, InvalidTimeZoneException, OverflowException, DataException, MulticastNotSupportedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionInvalidTimeZoneExceptionOverflowExceptionDataExceptionMulticastNotSupportedExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic static NetObject GetSelectedDataSource(IComponent component, java.lang.String dataSource) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException
public static IEnumerable GetSelectedDataSource(IComponent component, java.lang.String dataSource, java.lang.String dataMember) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, NullReferenceException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionNullReferenceExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject