Click or drag to resize

CustomProperty Class

Used a storage of simple name/value Pairs for extended data support. This is similar to a Dictionary but will serialize with the standard serializer. This should not be used as a dumping ground for everything.
Inheritance Hierarchy
SystemObject
  Micros.PosCore.GuestProfileCustomProperty

Namespace:  Micros.PosCore.GuestProfile
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public class CustomProperty

The CustomProperty type exposes the following members.

Constructors
  NameDescription
Public methodCustomProperty
Custom Property Constructor
Public methodCustomProperty(String, String)
Used to create a custom name value pair
Top
Properties
  NameDescription
Public propertyName
Name Property . If the field is not set it will return string.Empty
Public propertyValue
Value Property. If the field is not set it will return string.Empty
Top
Methods
  NameDescription
Public methodClone
Make a 'deep' copy of this object.
Top
See Also