Class EntityPropertyMetadata
Inheritance
System.Object
EntityPropertyMetadata
Namespace: Com.Telerik.Widget.Dataform.Engine
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class EntityPropertyMetadata : Object
Constructors
EntityPropertyMetadata()
Declaration
public EntityPropertyMetadata()
EntityPropertyMetadata(DataFormProperty)
Declaration
public EntityPropertyMetadata(DataFormProperty dataFormProperty)
Parameters
DataFormProperty
dataFormProperty
|
EntityPropertyMetadata(DataFormProperty, DataFormEditorParams, DataFormValidatorParams, DataFormValidator[])
Declaration
public EntityPropertyMetadata(DataFormProperty dataFormProperty, DataFormEditorParams editorParams, DataFormValidatorParams validatorParams, DataFormValidator[] validators)
Parameters
DataFormProperty
dataFormProperty
|
DataFormEditorParams
editorParams
|
DataFormValidatorParams
validatorParams
|
DataFormValidator[]
validators
|
EntityPropertyMetadata(IntPtr, JniHandleOwnership)
Declaration
protected EntityPropertyMetadata(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
ColumnPosition
Declaration
public virtual int ColumnPosition { get; set; }
Property Value
System.Int32
|
ColumnSpan
Declaration
public virtual int ColumnSpan { get; set; }
Property Value
System.Int32
|
Converter
Declaration
public virtual IPropertyConverter Converter { get; set; }
Property Value
IPropertyConverter
|
CoreEditorLayoutId
Declaration
public virtual int CoreEditorLayoutId { get; set; }
Property Value
System.Int32
|
CustomMetadata
Declaration
public virtual Object CustomMetadata { get; set; }
Property Value
Java.Lang.Object
|
EditorLayoutId
Declaration
public virtual int EditorLayoutId { get; set; }
Property Value
System.Int32
|
EditorParams
Declaration
public virtual IDictionary<string, Object> EditorParams { get; set; }
Property Value
System.Collections.Generic.IDictionary<System.String, Java.Lang.Object>
|
EditorType
Declaration
public virtual Class EditorType { get; set; }
Property Value
Java.Lang.Class
|
GroupName
Declaration
public virtual string GroupName { get; set; }
Property Value
System.String
|
Header
Declaration
public virtual string Header { get; set; }
Property Value
System.String
|
HeaderLayoutId
Declaration
public virtual int HeaderLayoutId { get; set; }
Property Value
System.Int32
|
HintText
Declaration
public virtual string HintText { get; set; }
Property Value
System.String
|
ImageResource
Declaration
public virtual int ImageResource { get; set; }
Property Value
System.Int32
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Position
Declaration
public virtual int Position { get; set; }
Property Value
System.Int32
|
ReadOnly
Declaration
public virtual bool ReadOnly { get; set; }
Property Value
System.Boolean
|
Required
Declaration
public virtual bool Required { get; set; }
Property Value
System.Boolean
|
Skip
Declaration
public virtual bool Skip { get; set; }
Property Value
System.Boolean
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
ValidationLayoutId
Declaration
public virtual int ValidationLayoutId { get; set; }
Property Value
System.Int32
|
Validator
Declaration
public virtual IPropertyValidator Validator { get; set; }
Property Value
IPropertyValidator
|
ValidatorParams
Declaration
public virtual IDictionary<string, Object> ValidatorParams { get; set; }
Property Value
System.Collections.Generic.IDictionary<System.String, Java.Lang.Object>
|
Values
Declaration
public virtual IList<Object> Values { get; set; }
Property Value
System.Collections.Generic.IList<Java.Lang.Object>
|
ViewerType
Declaration
public virtual Class ViewerType { get; set; }
Property Value
Java.Lang.Class
|