Class DependencyPropertyValueSource
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.activities.presentation.propertyediting.PropertyValueSource
-
- system.activities.presentation.propertyediting.DependencyPropertyValueSource
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class DependencyPropertyValueSource extends PropertyValueSource
The base .NET class managing System.Activities.Presentation.PropertyEditing.DependencyPropertyValueSource, System.Activities.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Activities.Presentation.PropertyEditing.DependencyPropertyValueSource
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.Activities.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: System.Activities.Presentationstatic java.lang.String
className
Qualified class name: System.Activities.Presentation.PropertyEditing.DependencyPropertyValueSourcestatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description DependencyPropertyValueSource()
DependencyPropertyValueSource(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Activities.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Activities.Presentation- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Activities.Presentation.PropertyEditing.DependencyPropertyValueSource- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DependencyPropertyValueSource
public DependencyPropertyValueSource(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
DependencyPropertyValueSource
public DependencyPropertyValueSource() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-
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 classPropertyValueSource
- 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 classPropertyValueSource
- 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 classPropertyValueSource
- 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 classPropertyValueSource
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classPropertyValueSource
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classPropertyValueSource
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static DependencyPropertyValueSource cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoDependencyPropertyValueSource
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
DependencyPropertyValueSource
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getIsCustomMarkupExtension
public boolean getIsCustomMarkupExtension() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsDataBound
public boolean getIsDataBound() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsDefaultValue
public boolean getIsDefaultValue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsExpression
public boolean getIsExpression() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsInherited
public boolean getIsInherited() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsLocal
public boolean getIsLocal() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsLocalResource
public boolean getIsLocalResource() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsResource
public boolean getIsResource() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsSystemResource
public boolean getIsSystemResource() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsTemplateBinding
public boolean getIsTemplateBinding() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCustomMarkupExtension
public static DependencyPropertyValueSource getCustomMarkupExtension() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDataBound
public static DependencyPropertyValueSource getDataBound() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDefaultValue
public static DependencyPropertyValueSource getDefaultValue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInherited
public static DependencyPropertyValueSource getInherited() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLocal
public static DependencyPropertyValueSource getLocal() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLocalDynamicResource
public static DependencyPropertyValueSource getLocalDynamicResource() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLocalStaticResource
public static DependencyPropertyValueSource getLocalStaticResource() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSystemResource
public static DependencyPropertyValueSource getSystemResource() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTemplateBinding
public static DependencyPropertyValueSource getTemplateBinding() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-