A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class DefaultValue

Provides evaluating of devault value for system types.

Inheritance
System.Object
DefaultValue
Namespace: Mediachase.BusinessFoundation.Data.Meta
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public static class DefaultValue : Object

Methods

Evaluate(MetaField)

Evaluates the default value by Meta Field.

Declaration
public static object Evaluate(MetaField field)
Parameters
Type Name Description
MetaField field

The field.

Returns
Type Description
System.Object