public class SettingsProperty extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Configuration.SettingsProperty
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.Configuration.ConfigurationManager, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
|
static java.lang.String |
assemblyShortName
Assembly name: System.Configuration.ConfigurationManager
|
static java.lang.String |
className
Qualified class name: System.Configuration.SettingsProperty
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SettingsProperty() |
SettingsProperty(java.lang.Object instance)
Internal constructor.
|
SettingsProperty(SettingsProperty propertyToCopy) |
SettingsProperty(java.lang.String name) |
SettingsProperty(java.lang.String name,
NetType propertyType,
SettingsProvider provider,
boolean isReadOnly,
NetObject defaultValue,
SettingsSerializeAs serializeAs,
SettingsAttributeDictionary attributes,
boolean throwOnErrorDeserializing,
boolean throwOnErrorSerializing) |
| Modifier and Type | Method and Description |
|---|---|
static SettingsProperty |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into SettingsProperty, a cast assert is made to check if types are compatible. |
SettingsAttributeDictionary |
getAttributes() |
NetObject |
getDefaultValue() |
boolean |
getIsReadOnly() |
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
|
java.lang.String |
getName() |
NetType |
getPropertyType() |
SettingsProvider |
getProvider() |
SettingsSerializeAs |
getSerializeAs() |
boolean |
getThrowOnErrorDeserializing() |
boolean |
getThrowOnErrorSerializing() |
void |
setAttributes(SettingsAttributeDictionary Attributes) |
void |
setDefaultValue(NetObject DefaultValue) |
void |
setIsReadOnly(boolean IsReadOnly) |
void |
setJCOInstance(JCObject instance) |
void |
setName(java.lang.String Name) |
void |
setPropertyType(NetType PropertyType) |
void |
setProvider(SettingsProvider Provider) |
void |
setSerializeAs(SettingsSerializeAs SerializeAs) |
void |
setThrowOnErrorDeserializing(boolean ThrowOnErrorDeserializing) |
void |
setThrowOnErrorSerializing(boolean ThrowOnErrorSerializing) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SettingsProperty()
throws java.lang.Throwable
java.lang.Throwablepublic SettingsProperty(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic SettingsProperty(SettingsProperty propertyToCopy) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException
public SettingsProperty(java.lang.String name)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionpublic SettingsProperty(java.lang.String name,
NetType propertyType,
SettingsProvider provider,
boolean isReadOnly,
NetObject defaultValue,
SettingsSerializeAs serializeAs,
SettingsAttributeDictionary attributes,
boolean throwOnErrorDeserializing,
boolean throwOnErrorSerializing)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException
public static SettingsProperty cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SettingsProperty, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSettingsProperty instancejava.lang.Throwable - in case of error during cast operationpublic SettingsAttributeDictionary getAttributes() throws java.lang.Throwable
java.lang.Throwablepublic NetObject getDefaultValue() throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsReadOnly()
throws java.lang.Throwable
java.lang.Throwablepublic 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 java.lang.String getName()
throws java.lang.Throwable
java.lang.Throwablepublic NetType getPropertyType() throws java.lang.Throwable
java.lang.Throwablepublic SettingsProvider getProvider() throws java.lang.Throwable
java.lang.Throwablepublic SettingsSerializeAs getSerializeAs() throws java.lang.Throwable
java.lang.Throwablepublic boolean getThrowOnErrorDeserializing()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getThrowOnErrorSerializing()
throws java.lang.Throwable
java.lang.Throwablepublic void setAttributes(SettingsAttributeDictionary Attributes) throws java.lang.Throwable
java.lang.Throwablepublic void setDefaultValue(NetObject DefaultValue) throws java.lang.Throwable
java.lang.Throwablepublic void setIsReadOnly(boolean IsReadOnly)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setName(java.lang.String Name)
throws java.lang.Throwable
java.lang.Throwablepublic void setPropertyType(NetType PropertyType) throws java.lang.Throwable
java.lang.Throwablepublic void setProvider(SettingsProvider Provider) throws java.lang.Throwable
java.lang.Throwablepublic void setSerializeAs(SettingsSerializeAs SerializeAs) throws java.lang.Throwable
java.lang.Throwablepublic void setThrowOnErrorDeserializing(boolean ThrowOnErrorDeserializing)
throws java.lang.Throwable
java.lang.Throwablepublic void setThrowOnErrorSerializing(boolean ThrowOnErrorSerializing)
throws java.lang.Throwable
java.lang.Throwable