Click or drag to resize

PFFieldChoiceValue_Utils Class

Provides extension methods for PFFieldChoiceValue instances.
Inheritance Hierarchy
SystemObject
  Packflow.CorePFFieldChoiceValue_Utils

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static class PFFieldChoiceValue_Utils

The PFFieldChoiceValue_Utils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetSelectedId
Gets the item id of a choice value. Returns -1 if the value is null or empty.
Public methodStatic memberGetSelectedIds
Gets the item ids of a choice value. Returns an empty list if the value is null or empty.
Public methodStatic memberIsEmpty
Gets a value indicating whether the choice value is null or empty.
Public methodStatic memberIsNotEmpty
Gets a value indicating whether the choice value is not null and contains references.
Top
See Also