Class MetaFieldTypeView
Represent meta field type view meta information.
Inheritance
System.Object
    MetaFieldTypeView
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0Syntax
public class MetaFieldTypeViewConstructors
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. | 
