public class ModelMetadata extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.ModelBinding.ModelMetadata
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.ModelBinding.ModelMetadata
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ModelMetadata() |
ModelMetadata(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ModelMetadata |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ModelMetadata, a cast assert is made to check if types are compatible. |
NetType |
getContainerType() |
boolean |
getConvertEmptyStringToNull() |
java.lang.String |
getDataTypeName() |
java.lang.String |
getDescription() |
java.lang.String |
getDisplayFormatString() |
java.lang.String |
getDisplayName() |
java.lang.String |
GetDisplayName() |
java.lang.String |
getEditFormatString() |
boolean |
getHideSurroundingHtml() |
boolean |
getIsComplexType() |
boolean |
getIsNullableValueType() |
boolean |
getIsReadOnly() |
boolean |
getIsRequired() |
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
|
NetObject |
getModel() |
NetType |
getModelType() |
java.lang.String |
getNullDisplayText() |
int |
getOrder() |
java.lang.String |
getPropertyName() |
boolean |
getRequestValidationEnabled() |
java.lang.String |
getShortDisplayName() |
boolean |
getShowForDisplay() |
boolean |
getShowForEdit() |
java.lang.String |
getSimpleDisplayText() |
java.lang.String |
getTemplateHint() |
java.lang.String |
getWatermark() |
void |
setConvertEmptyStringToNull(boolean ConvertEmptyStringToNull) |
void |
setDataTypeName(java.lang.String DataTypeName) |
void |
setDescription(java.lang.String Description) |
void |
setDisplayFormatString(java.lang.String DisplayFormatString) |
void |
setDisplayName(java.lang.String DisplayName) |
void |
setEditFormatString(java.lang.String EditFormatString) |
void |
setHideSurroundingHtml(boolean HideSurroundingHtml) |
void |
setIsReadOnly(boolean IsReadOnly) |
void |
setIsRequired(boolean IsRequired) |
void |
setJCOInstance(JCObject instance) |
void |
setModel(NetObject Model) |
void |
setNullDisplayText(java.lang.String NullDisplayText) |
void |
setOrder(int Order) |
void |
setRequestValidationEnabled(boolean RequestValidationEnabled) |
void |
setShortDisplayName(java.lang.String ShortDisplayName) |
void |
setShowForDisplay(boolean ShowForDisplay) |
void |
setShowForEdit(boolean ShowForEdit) |
void |
setSimpleDisplayText(java.lang.String SimpleDisplayText) |
void |
setTemplateHint(java.lang.String TemplateHint) |
void |
setWatermark(java.lang.String Watermark) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ModelMetadata()
throws java.lang.Throwable
java.lang.Throwablepublic ModelMetadata(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ModelMetadata cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ModelMetadata, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedModelMetadata instancejava.lang.Throwable - in case of error during cast operationpublic NetType getContainerType() throws java.lang.Throwable
java.lang.Throwablepublic boolean getConvertEmptyStringToNull()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDataTypeName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDescription()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDisplayFormatString()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDisplayName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String GetDisplayName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getEditFormatString()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getHideSurroundingHtml()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsComplexType()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
SecurityException,
MissingMethodException,
TargetInvocationException,
ObjectDisposedException,
AbandonedMutexException
public boolean getIsNullableValueType()
throws java.lang.Throwable,
ArgumentNullException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionNotSupportedExceptionpublic boolean getIsReadOnly()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsRequired()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic NetObject getModel() throws java.lang.Throwable
java.lang.Throwablepublic NetType getModelType() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getNullDisplayText()
throws java.lang.Throwable
java.lang.Throwablepublic int getOrder()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getPropertyName()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getRequestValidationEnabled()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getShortDisplayName()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getShowForDisplay()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getShowForEdit()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSimpleDisplayText()
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException
public java.lang.String getTemplateHint()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getWatermark()
throws java.lang.Throwable
java.lang.Throwablepublic void setConvertEmptyStringToNull(boolean ConvertEmptyStringToNull)
throws java.lang.Throwable
java.lang.Throwablepublic void setDataTypeName(java.lang.String DataTypeName)
throws java.lang.Throwable
java.lang.Throwablepublic void setDescription(java.lang.String Description)
throws java.lang.Throwable
java.lang.Throwablepublic void setDisplayFormatString(java.lang.String DisplayFormatString)
throws java.lang.Throwable
java.lang.Throwablepublic void setDisplayName(java.lang.String DisplayName)
throws java.lang.Throwable
java.lang.Throwablepublic void setEditFormatString(java.lang.String EditFormatString)
throws java.lang.Throwable
java.lang.Throwablepublic void setHideSurroundingHtml(boolean HideSurroundingHtml)
throws java.lang.Throwable
java.lang.Throwablepublic void setIsReadOnly(boolean IsReadOnly)
throws java.lang.Throwable
java.lang.Throwablepublic void setIsRequired(boolean IsRequired)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setModel(NetObject Model) throws java.lang.Throwable
java.lang.Throwablepublic void setNullDisplayText(java.lang.String NullDisplayText)
throws java.lang.Throwable
java.lang.Throwablepublic void setOrder(int Order)
throws java.lang.Throwable
java.lang.Throwablepublic void setRequestValidationEnabled(boolean RequestValidationEnabled)
throws java.lang.Throwable
java.lang.Throwablepublic void setShortDisplayName(java.lang.String ShortDisplayName)
throws java.lang.Throwable
java.lang.Throwablepublic void setShowForDisplay(boolean ShowForDisplay)
throws java.lang.Throwable
java.lang.Throwablepublic void setShowForEdit(boolean ShowForEdit)
throws java.lang.Throwable
java.lang.Throwablepublic void setSimpleDisplayText(java.lang.String SimpleDisplayText)
throws java.lang.Throwable
java.lang.Throwablepublic void setTemplateHint(java.lang.String TemplateHint)
throws java.lang.Throwable
java.lang.Throwablepublic void setWatermark(java.lang.String Watermark)
throws java.lang.Throwable
java.lang.Throwable