GridSerializer.SerializedProp Members
Include Protected Members
Include Inherited Members
Represents the serialized json describing a change that originates from somewhere other than the user. For example a range validation is a GridSerializer.SerializedProp.
The GridSerializer.SerializedProp type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GridSerializer.SerializedProp | Initializes a new instance of the GridSerializer.SerializedPropclass. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
dataValue | A string representing the data value. | |
hasDataValue | A Boolean indicating whether or not there is a data value. | |
hasLocalizedValue | A Boolean indicating if there is a localized value. | |
localizedValue | A string representing the localized value. |
Top