Package system.web.security.antixss
Class LowerCodeCharts
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.security.antixss.LowerCodeCharts
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class LowerCodeCharts extends NetObject
The base .NET class managing System.Web.Security.AntiXss.LowerCodeCharts, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Security.AntiXss.LowerCodeCharts
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description LowerCodeCharts()
LowerCodeCharts(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LowerCodeCharts
add(LowerCodeCharts val)
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 Typeboolean
has(LowerCodeCharts val)
boolean
is(LowerCodeCharts val)
LowerCodeCharts
remove(LowerCodeCharts val)
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
-
-
-
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.Security.AntiXss.LowerCodeCharts- See Also:
- Constant Field Values
-
None
public static LowerCodeCharts None
-
BasicLatin
public static LowerCodeCharts BasicLatin
-
C1ControlsAndLatin1Supplement
public static LowerCodeCharts C1ControlsAndLatin1Supplement
-
LatinExtendedA
public static LowerCodeCharts LatinExtendedA
-
LatinExtendedB
public static LowerCodeCharts LatinExtendedB
-
IpaExtensions
public static LowerCodeCharts IpaExtensions
-
SpacingModifierLetters
public static LowerCodeCharts SpacingModifierLetters
-
CombiningDiacriticalMarks
public static LowerCodeCharts CombiningDiacriticalMarks
-
Default
public static LowerCodeCharts Default
-
GreekAndCoptic
public static LowerCodeCharts GreekAndCoptic
-
Cyrillic
public static LowerCodeCharts Cyrillic
-
CyrillicSupplement
public static LowerCodeCharts CyrillicSupplement
-
Armenian
public static LowerCodeCharts Armenian
-
Hebrew
public static LowerCodeCharts Hebrew
-
Arabic
public static LowerCodeCharts Arabic
-
Syriac
public static LowerCodeCharts Syriac
-
ArabicSupplement
public static LowerCodeCharts ArabicSupplement
-
Thaana
public static LowerCodeCharts Thaana
-
Nko
public static LowerCodeCharts Nko
-
Samaritan
public static LowerCodeCharts Samaritan
-
Devanagari
public static LowerCodeCharts Devanagari
-
Bengali
public static LowerCodeCharts Bengali
-
Gurmukhi
public static LowerCodeCharts Gurmukhi
-
Gujarati
public static LowerCodeCharts Gujarati
-
Oriya
public static LowerCodeCharts Oriya
-
Tamil
public static LowerCodeCharts Tamil
-
Telugu
public static LowerCodeCharts Telugu
-
Kannada
public static LowerCodeCharts Kannada
-
Malayalam
public static LowerCodeCharts Malayalam
-
Sinhala
public static LowerCodeCharts Sinhala
-
Thai
public static LowerCodeCharts Thai
-
Lao
public static LowerCodeCharts Lao
-
Tibetan
public static LowerCodeCharts Tibetan
-
-
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
-
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
-
add
public final LowerCodeCharts add(LowerCodeCharts val) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
remove
public final LowerCodeCharts remove(LowerCodeCharts val) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
is
public final boolean is(LowerCodeCharts val) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
has
public final boolean has(LowerCodeCharts val) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-