Click or drag to resize

FrozenValueAttribute Class

Indicates that the property or field represents a column which value is frozen. Only valid for maps and lists.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Dse.Mapping.AttributesFrozenValueAttribute

Namespace:  Dse.Mapping.Attributes
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public class FrozenValueAttribute : Attribute

The FrozenValueAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFrozenValueAttribute
Initializes a new instance of the FrozenValueAttribute class
Top
See Also