Class WebPartConnection
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.ui.webcontrols.webparts.WebPartConnection
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class WebPartConnection extends NetObject
The base .NET class managing System.Web.UI.WebControls.WebParts.WebPartConnection, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.WebControls.WebParts.WebPartConnection
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Webstatic java.lang.String
className
Qualified class name: System.Web.UI.WebControls.WebParts.WebPartConnectionstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description WebPartConnection()
WebPartConnection(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebPartConnection
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoWebPartConnection
, a cast assert is made to check if types are compatible.WebPart
getConsumer()
ConsumerConnectionPoint
getConsumerConnectionPoint()
java.lang.String
getConsumerConnectionPointID()
java.lang.String
getConsumerID()
java.lang.String
getID()
boolean
getIsActive()
boolean
getIsShared()
boolean
getIsStatic()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeWebPart
getProvider()
ProviderConnectionPoint
getProviderConnectionPoint()
java.lang.String
getProviderConnectionPointID()
java.lang.String
getProviderID()
WebPartTransformer
getTransformer()
WebPartTransformerCollection
getTransformers()
void
setConsumerConnectionPointID(java.lang.String ConsumerConnectionPointID)
void
setConsumerID(java.lang.String ConsumerID)
void
setID(java.lang.String ID)
void
setJCOInstance(JCObject instance)
void
setProviderConnectionPointID(java.lang.String ProviderConnectionPointID)
void
setProviderID(java.lang.String ProviderID)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.UI.WebControls.WebParts.WebPartConnection- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static WebPartConnection cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoWebPartConnection
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
WebPartConnection
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getIsActive
public boolean getIsActive() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsShared
public boolean getIsShared() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsStatic
public boolean getIsStatic() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getConsumerConnectionPointID
public java.lang.String getConsumerConnectionPointID() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setConsumerConnectionPointID
public void setConsumerConnectionPointID(java.lang.String ConsumerConnectionPointID) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getConsumerID
public java.lang.String getConsumerID() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setConsumerID
public void setConsumerID(java.lang.String ConsumerID) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getID
public java.lang.String getID() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setID
public void setID(java.lang.String ID) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getProviderConnectionPointID
public java.lang.String getProviderConnectionPointID() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setProviderConnectionPointID
public void setProviderConnectionPointID(java.lang.String ProviderConnectionPointID) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getProviderID
public java.lang.String getProviderID() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setProviderID
public void setProviderID(java.lang.String ProviderID) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getConsumerConnectionPoint
public ConsumerConnectionPoint getConsumerConnectionPoint() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
NotSupportedException
-
getProviderConnectionPoint
public ProviderConnectionPoint getProviderConnectionPoint() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
NotSupportedException
-
getConsumer
public WebPart getConsumer() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
getProvider
public WebPart getProvider() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
getTransformer
public WebPartTransformer getTransformer() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTransformers
public WebPartTransformerCollection getTransformers() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-