London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class FieldTypeRuleElement

Inheritance
System.Object
FieldTypeRuleElement
Namespace: Mediachase.BusinessFoundation.Configuration
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
Syntax
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 name of the meta class this rule applies to.

Declaration
public string ReferenceTo { get; set; }
Property Value
Type Description
System.String

name of the meta class this rule applies 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

true if visible; otherwise, false.