Class Sound
Inheritance
System.Object
Sound
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: SoundpadConnector.dll
Syntax
Properties
|
Improve this Doc
View Source
AddedOn
Declaration
public DateTime? AddedOn { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
AddedOnString
Declaration
public string AddedOnString { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Artist
Declaration
public string Artist { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Duration
Declaration
public string Duration { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Index
Declaration
public string Index { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LastPlayedOn
Declaration
public DateTime? LastPlayedOn { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
LastPlayedOnString
Declaration
public string LastPlayedOnString { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PlayCount
Declaration
public int PlayCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|