Show / Hide Table of Contents

Class TagProperties<T>

Generic class for holding tags.

Inheritance
Object
TagProperties<T>
TagReader
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public class TagProperties<T> : object
Type Parameters
T

Properties

Album

Gets the Album.

Declaration
public T Album { get; set; }
Property Value
T

AlbumArtist

Gets the Album Artist.

Declaration
public T AlbumArtist { get; set; }
Property Value
T

Artist

Gets the Artist.

Declaration
public T Artist { get; set; }
Property Value
T

BPM

Gets the Beats per Minute (BPM).

Declaration
public T BPM { get; set; }
Property Value
T

Comment

Gets the Comment.

Declaration
public T Comment { get; set; }
Property Value
T

Composer

Gets the Composer.

Declaration
public T Composer { get; set; }
Property Value
T

Conductor

Gets the Conductor.

Declaration
public T Conductor { get; set; }
Property Value
T

Copyright

Gets the Copyright.

Declaration
public T Copyright { get; set; }
Property Value
T

Encoder

Gets the Encoder.

Declaration
public T Encoder { get; set; }
Property Value
T

Genre

Gets the Genre.

Declaration
public T Genre { get; set; }
Property Value
T

Grouping

Gets the Grouping.

Declaration
public T Grouping { get; set; }
Property Value
T

ISRC

Gets the ISRC.

Declaration
public T ISRC { get; set; }
Property Value
T

Lyricist

Gets the Lyricist.

Declaration
public T Lyricist { get; set; }
Property Value
T

Mood

Gets the Mood.

Declaration
public T Mood { get; set; }
Property Value
T

Producer

Gets the Producer.

Declaration
public T Producer { get; set; }
Property Value
T

Publisher

Gets the Publisher.

Declaration
public T Publisher { get; set; }
Property Value
T

Rating

Gets the Rating.

Declaration
public T Rating { get; set; }
Property Value
T

Remixer

Gets the Remixer.

Declaration
public T Remixer { get; set; }
Property Value
T

Subtitle

Gets the Subtitle.

Declaration
public T Subtitle { get; set; }
Property Value
T

Title

Gets the Title.

Declaration
public T Title { get; set; }
Property Value
T

Track

Gets the Track Number.

Declaration
public T Track { get; set; }
Property Value
T

Year

Gets the Year.

Declaration
public T Year { get; set; }
Property Value
T

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx