Package system.data.entityclient
Class EntityConnectionStringBuilder
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- org.mases.jcobridge.netreflection.NetObjectEnumerable
-
- system.data.common.DbConnectionStringBuilder
-
- system.data.entityclient.EntityConnectionStringBuilder
-
- All Implemented Interfaces:
java.lang.Iterable<NetObject>,IEnumerable,IJCOBridgeReflected,ICustomTypeDescriptor
public class EntityConnectionStringBuilder extends DbConnectionStringBuilder
The base .NET class managing System.Data.EntityClient.EntityConnectionStringBuilder, System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.EntityClient.EntityConnectionStringBuilder
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.StringassemblyFullNameFully assembly qualified name: System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Data.Entitystatic java.lang.StringclassNameQualified class name: System.Data.EntityClient.EntityConnectionStringBuilderstatic JCTypeclassTypeThe type managed from JCOBridge.-
Fields inherited from class org.mases.jcobridge.netreflection.NetObjectEnumerable
Null
-
-
Constructor Summary
Constructors Constructor Description EntityConnectionStringBuilder()EntityConnectionStringBuilder(java.lang.Object instance)Internal constructor.EntityConnectionStringBuilder(java.lang.String connectionString)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EntityConnectionStringBuildercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoEntityConnectionStringBuilder, a cast assert is made to check if types are compatible.voidClear()booleanContainsKey(java.lang.String keyword)java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typejava.lang.StringgetMetadata()java.lang.StringgetName()java.lang.StringgetProvider()java.lang.StringgetProviderConnectionString()booleanRemove(java.lang.String keyword)voidsetJCOInstance(JCObject instance)voidsetMetadata(java.lang.String Metadata)voidsetName(java.lang.String Name)voidsetProvider(java.lang.String Provider)voidsetProviderConnectionString(java.lang.String ProviderConnectionString)booleanTryGetValue(java.lang.String keyword, JCORefOut<NetObject> value)-
Methods inherited from class system.data.common.DbConnectionStringBuilder
Add, AppendKeyValuePair, AppendKeyValuePair, EquivalentTo, getBrowsableConnectionString, getConnectionString, getCount, getIsFixedSize, getIsReadOnly, getKeys, getValues, setBrowsableConnectionString, setConnectionString, ShouldSerialize
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObjectEnumerable
GetEnumerator, iterator
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.componentmodel.ICustomTypeDescriptor
GetAttributes, GetClassName, GetComponentName, GetConverter, GetDefaultEvent, GetDefaultProperty, GetEditor, GetEvents, GetEvents, GetProperties, GetProperties, GetPropertyOwner
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Data.Entity- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Data.EntityClient.EntityConnectionStringBuilder- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EntityConnectionStringBuilder
public EntityConnectionStringBuilder(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
EntityConnectionStringBuilder
public EntityConnectionStringBuilder() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
EntityConnectionStringBuilder
public EntityConnectionStringBuilder(java.lang.String connectionString) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceICustomTypeDescriptor- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classDbConnectionStringBuilder- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceICustomTypeDescriptor- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classDbConnectionStringBuilder- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceICustomTypeDescriptor- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classDbConnectionStringBuilder- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceICustomTypeDescriptor- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classDbConnectionStringBuilder- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classDbConnectionStringBuilder
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceICustomTypeDescriptor- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classDbConnectionStringBuilder- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static EntityConnectionStringBuilder cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoEntityConnectionStringBuilder, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
EntityConnectionStringBuilderinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
ContainsKey
public boolean ContainsKey(java.lang.String keyword) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException- Overrides:
ContainsKeyin classDbConnectionStringBuilder- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundException
-
Remove
public boolean Remove(java.lang.String keyword) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException- Overrides:
Removein classDbConnectionStringBuilder- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeException
-
TryGetValue
public boolean TryGetValue(java.lang.String keyword, JCORefOut<NetObject> value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException- Overrides:
TryGetValuein classDbConnectionStringBuilder- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationException
-
Clear
public void Clear() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException- Overrides:
Clearin classDbConnectionStringBuilder- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentException
-
getMetadata
public java.lang.String getMetadata() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setMetadata
public void setMetadata(java.lang.String Metadata) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, RegexMatchTimeoutException
-
getName
public java.lang.String getName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setName
public void setName(java.lang.String Name) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, RegexMatchTimeoutException
-
getProvider
public java.lang.String getProvider() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setProvider
public void setProvider(java.lang.String Provider) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, RegexMatchTimeoutException
-
getProviderConnectionString
public java.lang.String getProviderConnectionString() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setProviderConnectionString
public void setProviderConnectionString(java.lang.String ProviderConnectionString) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, RegexMatchTimeoutException
-
-