Click or drag to resize

MetaEV Class

A MetaEV defines a value of an enumerated list
Inheritance Hierarchy
SystemObject
  Seal.ModelMetaEV

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 8.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
Syntax
C#
public class MetaEV

The MetaEV type exposes the following members.

Constructors
 NameDescription
Public methodMetaEVInitializes a new instance of the MetaEV class
Top
Properties
 NameDescription
Public propertyClass The optional CSS Class applied to the cell displayed
Public propertyConnectionGUID If set, the enumerated value is only valid when the connection is used. If empty, the value is valid for all connections.
Public propertyCss The optional CSS Style applied to the cell displayed
Public propertyDisplayRestriction The final value displayed for the restriction
Public propertyDisplayValue The final value displayed in the report
Public propertyId The database value of the enumerated value
Public propertyVal The optional display value
Public propertyValR The optional display value for the restriction list
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldHtmlId Id used for execution
Public fieldMetaEnum Meta enum of the value. Used only for the editor.
Top
See Also