Class MetaUITypeElement
Represents .
Inheritance
System.Object
MetaUITypeElement
Namespace: Mediachase.BusinessFoundation.Core.Configuration
Assembly: Mediachase.BusinessFoundation.dll
Version: 12.17.2Syntax
public class MetaUITypeElement : ConfigurationElement
Constructors
MetaUITypeElement()
Initializes a new instance of the MetaUITypeElement class.
Declaration
public MetaUITypeElement()
MetaUITypeElement(String, String, String, Boolean)
Initializes a new instance of the MetaUITypeElement class.
Declaration
public MetaUITypeElement(string id, string name, string category, bool isSystem)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | The id. |
System.String | name | The name. |
System.String | category | The category. |
System.Boolean | isSystem | if set to |
MetaUITypeElement(String, String, String, Boolean, MetaUITypeDataSource)
Initializes a new instance of the MetaUITypeElement class.
Declaration
public MetaUITypeElement(string id, string name, string category, bool isSystem, MetaUITypeDataSource dataSource)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | The id. |
System.String | name | The name. |
System.String | category | The category. |
System.Boolean | isSystem | if set to |
MetaUITypeDataSource | dataSource | The data source. |
Fields
FormCategory
Declaration
public const string FormCategory = "Form"
Field Value
Type | Description |
---|---|
System.String |
ViewCategory
Declaration
public const string ViewCategory = "View"
Field Value
Type | Description |
---|---|
System.String |
Properties
Category
Gets or sets the category.
Declaration
public string Category { get; set; }
Property Value
Type | Description |
---|---|
System.String | The category. |
DataSource
Gets or sets the data source.
Declaration
public MetaUITypeDataSource DataSource { get; set; }
Property Value
Type | Description |
---|---|
MetaUITypeDataSource | The data source. |
Id
Gets or sets the id.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The id. |
IsSystem
Gets or sets a value indicating whether this instance is system.
Declaration
public bool IsSystem { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Multiplicity
Gets or sets the multiplicity.
Declaration
public string Multiplicity { get; set; }
Property Value
Type | Description |
---|---|
System.String | The multiplicity. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |