Package system.windows.controls
Class DatePickerDateValidationErrorEventArgs
- java.lang.Object
- 
- org.mases.jcobridge.netreflection.NetObject
- 
- system.EventArgs
- 
- system.windows.controls.DatePickerDateValidationErrorEventArgs
 
 
 
- 
- All Implemented Interfaces:
- IJCOBridgeReflected
 
 public class DatePickerDateValidationErrorEventArgs extends EventArgs The base .NET class managing System.Windows.Controls.DatePickerDateValidationErrorEventArgs, PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Controls.DatePickerDateValidationErrorEventArgs Powered by JCOBridge: more info at https://www.jcobridge.com - Author:
- MASES s.r.l https://masesgroup.com
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: PresentationFrameworkstatic java.lang.StringclassNameQualified class name: System.Windows.Controls.DatePickerDateValidationErrorEventArgsstatic JCTypeclassTypeThe type managed from JCOBridge.
 - 
Constructor SummaryConstructors Constructor Description DatePickerDateValidationErrorEventArgs()DatePickerDateValidationErrorEventArgs(java.lang.Object instance)Internal constructor.DatePickerDateValidationErrorEventArgs(NetException exception, java.lang.String text)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DatePickerDateValidationErrorEventArgscast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoDatePickerDateValidationErrorEventArgs, a cast assert is made to check if types are compatible.NetExceptiongetException()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.StringgetText()booleangetThrowException()voidsetException(NetException Exception)voidsetJCOInstance(JCObject instance)voidsetText(java.lang.String Text)voidsetThrowException(boolean ThrowException)
 
- 
- 
- 
Field Detail- 
assemblyFullNamepublic static final java.lang.String assemblyFullName Fully assembly qualified name: PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
 
 - 
assemblyShortNamepublic static final java.lang.String assemblyShortName Assembly name: PresentationFramework- See Also:
- Constant Field Values
 
 - 
classNamepublic static final java.lang.String className Qualified class name: System.Windows.Controls.DatePickerDateValidationErrorEventArgs- See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
DatePickerDateValidationErrorEventArgspublic DatePickerDateValidationErrorEventArgs(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
- java.lang.Throwable
 
 - 
DatePickerDateValidationErrorEventArgspublic DatePickerDateValidationErrorEventArgs() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
DatePickerDateValidationErrorEventArgspublic DatePickerDateValidationErrorEventArgs(NetException exception, java.lang.String text) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 
- 
 - 
Method Detail- 
getJCOAssemblyNamepublic java.lang.String getJCOAssemblyName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
- getJCOAssemblyNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOAssemblyNamein class- EventArgs
- Returns:
- A Stringrepresenting the Fullname of reflected Assembly
 
 - 
getJCOClassNamepublic java.lang.String getJCOClassName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
- getJCOClassNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOClassNamein class- EventArgs
- Returns:
- A Stringrepresenting the Fullname of reflected Class
 
 - 
getJCOObjectNamepublic java.lang.String getJCOObjectName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
- getJCOObjectNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOObjectNamein class- EventArgs
- Returns:
- A Stringrepresenting the name used to allocated the object in CLR context
 
 - 
getJCOInstancepublic java.lang.Object getJCOInstance() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
- getJCOInstancein interface- IJCOBridgeReflected
- Overrides:
- getJCOInstancein class- EventArgs
- Returns:
- An Objectrepresenting the CLR instance of the instantiated Class
 
 - 
setJCOInstancepublic void setJCOInstance(JCObject instance) - Overrides:
- setJCOInstancein class- EventArgs
 
 - 
getJCOTypepublic JCType getJCOType() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
- getJCOTypein interface- IJCOBridgeReflected
- Overrides:
- getJCOTypein class- EventArgs
- Returns:
- A JCTyperepresenting the CLR Type of the instantiated Class
 
 - 
castpublic static DatePickerDateValidationErrorEventArgs cast(IJCOBridgeReflected from) throws java.lang.Throwable Try to cast theIJCOBridgeReflectedinstance intoDatePickerDateValidationErrorEventArgs, a cast assert is made to check if types are compatible.- Parameters:
- from-- IJCOBridgeReflectedinstance to be casted
- Returns:
- DatePickerDateValidationErrorEventArgsinstance
- Throws:
- java.lang.Throwable- in case of error during cast operation
 
 - 
getThrowExceptionpublic boolean getThrowException() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
setThrowExceptionpublic void setThrowException(boolean ThrowException) throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
getExceptionpublic NetException getException() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
setExceptionpublic void setException(NetException Exception) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
getTextpublic java.lang.String getText() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
setTextpublic void setText(java.lang.String Text) throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 
- 
 
-