public class DependencyPropertyValueSource extends PropertyValueSource
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Activities.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: System.Activities.Presentation
|
static java.lang.String |
className
Qualified class name: System.Activities.Presentation.PropertyEditing.DependencyPropertyValueSource
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DependencyPropertyValueSource() |
DependencyPropertyValueSource(java.lang.Object instance)
Internal constructor.
|
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DependencyPropertyValueSource()
throws java.lang.Throwable
java.lang.Throwablepublic DependencyPropertyValueSource(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static DependencyPropertyValueSource cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DependencyPropertyValueSource, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDependencyPropertyValueSource instancejava.lang.Throwable - in case of error during cast operationpublic static DependencyPropertyValueSource getCustomMarkupExtension() throws java.lang.Throwable
java.lang.Throwablepublic static DependencyPropertyValueSource getDataBound() throws java.lang.Throwable
java.lang.Throwablepublic static DependencyPropertyValueSource getDefaultValue() throws java.lang.Throwable
java.lang.Throwablepublic static DependencyPropertyValueSource getInherited() throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsCustomMarkupExtension()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsDataBound()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsDefaultValue()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsExpression()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsInherited()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsLocal()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsLocalResource()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsResource()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsSystemResource()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsTemplateBinding()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class PropertyValueSourceString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class PropertyValueSourceString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class PropertyValueSourceObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class PropertyValueSourceString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class PropertyValueSourceJCType representing the CLR Type of the instantiated Classpublic static DependencyPropertyValueSource getLocal() throws java.lang.Throwable
java.lang.Throwablepublic static DependencyPropertyValueSource getLocalDynamicResource() throws java.lang.Throwable
java.lang.Throwablepublic static DependencyPropertyValueSource getLocalStaticResource() throws java.lang.Throwable
java.lang.Throwablepublic static DependencyPropertyValueSource getSystemResource() throws java.lang.Throwable
java.lang.Throwablepublic static DependencyPropertyValueSource getTemplateBinding() throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class PropertyValueSource