Class MetaFieldTypeView
Represent meta field type view meta information.
Inheritance
System.Object
MetaFieldTypeView
Namespace: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0Syntax
public class MetaFieldTypeView : Object
Constructors
MetaFieldTypeView()
Initializes a new instance of the MetaFieldTypeView class.
Declaration
public MetaFieldTypeView()
MetaFieldTypeView(String, String)
Initializes a new instance of the MetaFieldTypeView class.
Declaration
public MetaFieldTypeView(string name, string controlPath)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name. |
System.String | controlPath | The path to the control. |
Properties
ControlPath
Gets or sets the control path.
Declaration
public string ControlPath { get; set; }
Property Value
Type | Description |
---|---|
System.String | The control path. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |