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.String
assemblyFullName
Fully assembly qualified name: System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Data.Entitystatic java.lang.String
className
Qualified class name: System.Data.EntityClient.EntityConnectionStringBuilderstatic JCType
classType
The 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 EntityConnectionStringBuilder
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoEntityConnectionStringBuilder
, a cast assert is made to check if types are compatible.void
Clear()
boolean
ContainsKey(java.lang.String keyword)
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 Typejava.lang.String
getMetadata()
java.lang.String
getName()
java.lang.String
getProvider()
java.lang.String
getProviderConnectionString()
boolean
Remove(java.lang.String keyword)
void
setJCOInstance(JCObject instance)
void
setMetadata(java.lang.String Metadata)
void
setName(java.lang.String Name)
void
setProvider(java.lang.String Provider)
void
setProviderConnectionString(java.lang.String ProviderConnectionString)
boolean
TryGetValue(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.Throwable
Internal 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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceICustomTypeDescriptor
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classDbConnectionStringBuilder
- 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 interfaceICustomTypeDescriptor
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classDbConnectionStringBuilder
- 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 interfaceICustomTypeDescriptor
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classDbConnectionStringBuilder
- 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 interfaceICustomTypeDescriptor
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classDbConnectionStringBuilder
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classDbConnectionStringBuilder
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceICustomTypeDescriptor
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classDbConnectionStringBuilder
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static EntityConnectionStringBuilder cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoEntityConnectionStringBuilder
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
EntityConnectionStringBuilder
instance- 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:
ContainsKey
in classDbConnectionStringBuilder
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
-
Remove
public boolean Remove(java.lang.String keyword) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException
- Overrides:
Remove
in classDbConnectionStringBuilder
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
-
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:
TryGetValue
in classDbConnectionStringBuilder
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
-
Clear
public void Clear() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException
- Overrides:
Clear
in classDbConnectionStringBuilder
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
-
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
-
-