Click or drag to resize
INameValue Interface
Dynamic objects value

Namespace: FlexRule.Data
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface INameValue

The INameValue type exposes the following members.

Properties
  NameDescription
Public propertyName
Name of property
Public propertyType
Expected type of the property's value
Public propertyValue
Value of the property
Top
See Also