C# Class Coon.Compass.Procyon.AnnotationEntry

Mostrar archivo 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_oe property

public string Name
return string

Type public_oe property

public AnnotationType Type
return AnnotationType

UniqueID public_oe property

public string UniqueID
return string