Annotation
Object Hierarchy:
Description:
public class Annotation :
Entity
Text fields, functioning like a miniature wiki, that can be added to various MusicBrainz entities.
See Annotation
Namespace: Mb4
Package: musicbrainz4
Content:
Properties:
-
public
string type { owned get; }
The type of the entity the Annotation is associated with.
-
public
string entity { owned get; }
The MBID of the entity the Annotation is associated with.
-
public
string name { owned get; }
The name of the entity the Annotation is associated with.
-
public
string text { owned get; }
The content of the Annotation.
Creation methods:
Methods:
-
public
int get_type_array (char[]? str)
Get the type of the entity the Annotation is associated with.
-
public
int get_entity_array (char[]? str)
Get the MBID of the entity the Annotation is associated with.
-
public
int get_name_array (char[]? str)
Get the name of the entity the Annotation is associated with.
-
public
int get_text_array (char[]? str)
Get the content of the Annotation.