Class FieldTypeRuleCollection

Inheritance
System.Object
FieldTypeRuleCollection
Namespace: Mediachase.BusinessFoundation.Configuration
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
Syntax
public class FieldTypeRuleCollection : ConfigurationElementCollection

Constructors

FieldTypeRuleCollection()

Declaration
public FieldTypeRuleCollection()

Properties

Item[Int32]

Gets or sets the FieldTypeRuleElement at the specified index.

Declaration
public FieldTypeRuleElement this[int index] { get; set; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
FieldTypeRuleElement

Methods

CreateNewElement()

Creates the new element.

Declaration
protected override ConfigurationElement CreateNewElement()
Returns
Type Description
System.Configuration.ConfigurationElement

GetElementKey(ConfigurationElement)

Gets the element key.

Declaration
protected override object GetElementKey(ConfigurationElement element)
Parameters
Type Name Description
System.Configuration.ConfigurationElement element

The element.

Returns
Type Description
System.Object