Class FieldTypeRuleElement
Inheritance
System.Object
FieldTypeRuleElement
Namespace: Mediachase.BusinessFoundation.Configuration
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0Syntax
public class FieldTypeRuleElement : ConfigurationElement
Constructors
FieldTypeRuleElement()
Initializes a new instance of the FieldTypeRuleElement class.
Declaration
public FieldTypeRuleElement()
Properties
DataType
Gets or sets the type of the data.
Declaration
public string DataType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type of the data. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
ReferenceTo
Gets or sets the reference to.
Declaration
public string ReferenceTo { get; set; }
Property Value
Type | Description |
---|---|
System.String | The reference to. |
Visible
Gets or sets a value indicating whether this FieldTypeRuleElement is visible.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|