Click or drag to resize

ConfigLocation Class

A Configuration2 child document describing a registered Location.
Inheritance Hierarchy
SystemObject
  Orthogonal.Hoarder.StdLib.EntityConfigLocation

Namespace: Orthogonal.Hoarder.StdLib.Entity
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
[SerializableAttribute]
public class ConfigLocation

The ConfigLocation type exposes the following members.

Constructors
 NameDescription
Public methodConfigLocationInitializes a new instance of the ConfigLocation class
Public methodConfigLocation(String)Initializes a new instance of the ConfigLocation class
Top
Properties
 NameDescription
Public propertyComment Comment for the Location.
Public propertyDescription Location description.
Public propertyName The name of the location.
Public propertyPictureBlobName Name of a blob containing a picture of the Location.
Public propertySequence Sort sequence of the Location.
Top
Methods
 NameDescription
Public methodToString
(Overrides ObjectToString)
Top
See Also