C# Class Coon.Compass.Procyon.AnnotationEntry

Show file Open project: dbaileychess/Compass Class Usage Examples

Public Properties

Property Type Description
Name string
Type AnnotationType
UniqueID string

Public Methods

Method Description
AnnotationEntry ( string uniqueID, string name, AnnotationType type ) : System

Method Details

AnnotationEntry() public method

public AnnotationEntry ( string uniqueID, string name, AnnotationType type ) : System
uniqueID string
name string
type AnnotationType
return System

Property Details

Name public property

public string Name
return string

Type public property

public AnnotationType Type
return AnnotationType

UniqueID public property

public string UniqueID
return string