Click or drag to resize

Metadata Class

Provides metadata information for a plugin.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.CommonMetadata

Namespace: RAYLASE.Marker.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public class Metadata

The Metadata type exposes the following members.

Constructors
 NameDescription
Public methodMetadataInitializes a new instance of the Metadata class
Top
Properties
 NameDescription
Public propertyDescription Longer description.
Public propertyIcon The icon representing the object.
Public propertyShortLabel Short description or label.
Public propertySourceType Type of the plugin category. The convention used is "base type, assembly name"
Public propertyType Type of the plugin. The convention used is "concrete type, assembly name"
Top
Methods
 NameDescription
Public methodCopyFrom Copies all properties from the source meta data.
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also