public class ProfileBase extends SettingsBase
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Profile.ProfileBase
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.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Web
|
static java.lang.String |
className
Qualified class name: System.Web.Profile.ProfileBase
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ProfileBase() |
ProfileBase(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ProfileBase |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ProfileBase, a cast assert is made to check if types are compatible. |
static ProfileBase |
Create(java.lang.String username) |
static ProfileBase |
Create(java.lang.String username,
boolean isAuthenticated) |
boolean |
getIsAnonymous() |
boolean |
getIsDirty() |
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
|
DateTime |
getLastActivityDate() |
DateTime |
getLastUpdatedDate() |
ProfileGroupBase |
GetProfileGroup(java.lang.String groupName) |
NetObject |
GetPropertyValue(java.lang.String propertyName) |
java.lang.String |
getUserName() |
void |
Initialize(java.lang.String username,
boolean isAuthenticated) |
void |
Save() |
void |
setJCOInstance(JCObject instance) |
void |
SetPropertyValue(java.lang.String propertyName,
NetObject propertyValue) |
getContext, getIsSynchronized, getProperties, getPropertyValues, getProviders, Initialize, Synchronizedpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ProfileBase()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException,
ConfigurationErrorsException,
NotImplementedException,
NotSupportedException,
MissingManifestResourceException,
ObjectDisposedException,
ConfigurationException,
SecurityException,
MemberAccessException,
TargetException,
TargetParameterCountException,
HttpException,
ProviderException,
IndexOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionConfigurationErrorsExceptionNotImplementedExceptionNotSupportedExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationExceptionSecurityExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionProviderExceptionIndexOutOfRangeExceptionpublic ProfileBase(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ProfileBase cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ProfileBase, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedProfileBase instancejava.lang.Throwable - in case of error during cast operationpublic static ProfileBase Create(java.lang.String username) throws java.lang.Throwable, ArgumentException, InvalidOperationException, HttpException, ArgumentNullException, ConfigurationErrorsException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, ConfigurationException, SecurityException, TargetParameterCountException, ProviderException, IndexOutOfRangeException, FormatException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionHttpExceptionArgumentNullExceptionConfigurationErrorsExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionConfigurationExceptionSecurityExceptionTargetParameterCountExceptionProviderExceptionIndexOutOfRangeExceptionFormatExceptionpublic static ProfileBase Create(java.lang.String username, boolean isAuthenticated) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ConfigurationErrorsException, InvalidOperationException, ArgumentOutOfRangeException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, MissingManifestResourceException, ObjectDisposedException, ConfigurationException, SecurityException, MemberAccessException, TargetException, TargetParameterCountException, HttpException, ProviderException, IndexOutOfRangeException, CultureNotFoundException, FormatException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionConfigurationErrorsExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationExceptionSecurityExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionProviderExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionFormatExceptionpublic boolean getIsAnonymous()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsDirty()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class SettingsBaseString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class SettingsBaseString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class SettingsBaseObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class SettingsBaseString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class SettingsBaseJCType representing the CLR Type of the instantiated Classpublic DateTime getLastActivityDate() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, TargetParameterCountException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ConfigurationErrorsException, ConfigurationException, ProviderException, OverflowException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionOverflowExceptionpublic DateTime getLastUpdatedDate() throws java.lang.Throwable, ArgumentException, SecurityException, ArgumentNullException, TargetParameterCountException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ConfigurationErrorsException, ConfigurationException, ProviderException, OverflowException
java.lang.ThrowableArgumentExceptionSecurityExceptionArgumentNullExceptionTargetParameterCountExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionOverflowExceptionpublic ProfileGroupBase GetProfileGroup(java.lang.String groupName) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, NotImplementedException, MissingManifestResourceException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, HttpCompileException, HttpParseException, OperationCanceledException, ConfigurationErrorsException, NotSupportedException, ProviderException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionHttpCompileExceptionHttpParseExceptionOperationCanceledExceptionConfigurationErrorsExceptionNotSupportedExceptionProviderExceptionpublic NetObject GetPropertyValue(java.lang.String propertyName) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SettingsPropertyNotFoundException, NotSupportedException, FormatException, XmlException, NullReferenceException, MemberAccessException, MissingMethodException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSettingsPropertyNotFoundExceptionNotSupportedExceptionFormatExceptionXmlExceptionNullReferenceExceptionMemberAccessExceptionMissingMethodExceptionpublic java.lang.String getUserName()
throws java.lang.Throwable
java.lang.Throwablepublic void Initialize(java.lang.String username,
boolean isAuthenticated)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
FormatException,
InvalidOperationException,
SecurityException,
NotSupportedException,
MemberAccessException,
TargetException,
TargetParameterCountException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
HttpException,
ConfigurationErrorsException,
ConfigurationException,
ProviderException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionFormatExceptionInvalidOperationExceptionSecurityExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionConfigurationExceptionProviderExceptionpublic void Save()
throws java.lang.Throwable,
SecurityException,
ArgumentException,
ArgumentNullException,
CultureNotFoundException,
ArgumentOutOfRangeException,
NotSupportedException,
InvalidOperationException
Save in class SettingsBasejava.lang.ThrowableSecurityExceptionArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class SettingsBasepublic void SetPropertyValue(java.lang.String propertyName,
NetObject propertyValue)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
SettingsPropertyNotFoundException,
SettingsPropertyIsReadOnlyException,
SettingsPropertyWrongTypeException,
NotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSettingsPropertyNotFoundExceptionSettingsPropertyIsReadOnlyExceptionSettingsPropertyWrongTypeExceptionNotSupportedException