DynamicMapModelFieldValueExtensions extension

Provides extension methods for DynamicMap for ModelFieldValue.

ModelFieldValue用のDynamicMapの拡張メソッドを提供します。

on

Methods

getAsModelCounter(String key, [int defaultValue = 0]) ModelCounter
Retrieves the element of key of type ModelCounter from Map.
getAsModelDate(String key, [DateTime? defaultValue]) ModelDate
Retrieves the element of key of type ModelDate from Map.
getAsModelRef<T>(String key, String defaultPath) ModelRefBase<T>
Retrieves the element of key of type ModelRefBase from Map.
getAsModelTimestamp(String key, [DateTime? defaultValue]) ModelTimestamp
Retrieves the element of key of type ModelTimestamp from Map.