Class MetaFieldEventArgs
Provides data for the MetaClassManager events.
Inheritance
System.Object
MetaFieldEventArgs
Namespace: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0Syntax
public class MetaFieldEventArgs : EventArgs
Constructors
MetaFieldEventArgs(MetaClass, MetaField)
Initializes a new instance of the MetaClassEventArgs class.
Declaration
public MetaFieldEventArgs(MetaClass mc, MetaField mf)
Parameters
Type | Name | Description |
---|---|---|
MetaClass | mc | The mc. |
MetaField | mf | The mf. |
Properties
MetaClass
Gets the meta class.
Declaration
public MetaClass MetaClass { get; }
Property Value
Type | Description |
---|---|
MetaClass | The meta class. |
MetaField
Gets the meta field.
Declaration
public MetaField MetaField { get; }
Property Value
Type | Description |
---|---|
MetaField | The meta field. |