Class BaseItemDto
This is strictly used as a data transfer object from the api layer. This holds information about a BaseItem in a format that is convenient for the client.
Inheritance
Namespace: MediaBrowser.Model.Dto
Assembly: MediaBrowser.Model.dll
Syntax
public class BaseItemDto : IHasProviderIds, IItemDto, IHasServerId
Properties
AffiliateCallSign
Declaration
public string AffiliateCallSign { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AirDays
Gets or sets the air days.
Declaration
public DayOfWeek[] AirDays { get; set; }
Property Value
Type | Description |
---|---|
System.DayOfWeek[] | The air days. |
Album
Gets or sets the album.
Declaration
public string Album { get; set; }
Property Value
Type | Description |
---|---|
System.String | The album. |
AlbumArtist
Gets or sets the album artist.
Declaration
public string AlbumArtist { get; set; }
Property Value
Type | Description |
---|---|
System.String | The album artist. |
AlbumArtists
Gets or sets the album artists.
Declaration
public NameIdPair[] AlbumArtists { get; set; }
Property Value
Type | Description |
---|---|
NameIdPair[] | The album artists. |
AlbumCount
Declaration
public int? AlbumCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
AlbumId
Gets or sets the album id.
Declaration
public string AlbumId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The album id. |
AlbumPrimaryImageTag
Gets or sets the album image tag.
Declaration
public string AlbumPrimaryImageTag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The album image tag. |
Altitude
Declaration
public double? Altitude { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Aperture
Declaration
public double? Aperture { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
ArtistItems
Gets or sets the artist items.
Declaration
public NameIdPair[] ArtistItems { get; set; }
Property Value
Type | Description |
---|---|
NameIdPair[] | The artist items. |
Artists
Gets or sets the artists.
Declaration
public string[] Artists { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The artists. |
AsSeries
Declaration
public bool? AsSeries { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
BackdropImageTags
Gets or sets the backdrop image tags.
Declaration
public string[] BackdropImageTags { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The backdrop image tags. |
Bitrate
Declaration
public int? Bitrate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
CameraMake
Declaration
public string CameraMake { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CameraModel
Declaration
public string CameraModel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CanDelete
Declaration
public bool? CanDelete { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
CanDownload
Declaration
public bool? CanDownload { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
CanEditItems
Declaration
public bool? CanEditItems { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
CanLeaveContent
Declaration
public bool? CanLeaveContent { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
CanMakePublic
Declaration
public bool? CanMakePublic { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
CanManageAccess
Declaration
public bool? CanManageAccess { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
ChannelId
Gets or sets the channel identifier.
Declaration
public string ChannelId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The channel identifier. |
ChannelName
Declaration
public string ChannelName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ChannelNumber
Declaration
public string ChannelNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ChannelPrimaryImageTag
Gets or sets the channel primary image tag.
Declaration
public string ChannelPrimaryImageTag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The channel primary image tag. |
Chapters
Gets or sets the chapters.
Declaration
public List<ChapterInfo> Chapters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ChapterInfo> | The chapters. |
ChildCount
Gets or sets the child count.
Declaration
public int? ChildCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The child count. |
CollectionType
Gets or sets the type of the collection.
Declaration
public string CollectionType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type of the collection. |
CommunityRating
Gets or sets the community rating.
Declaration
public float? CommunityRating { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Single> | The community rating. |
CompletionPercentage
Gets or sets the completion percentage.
Declaration
public double? CompletionPercentage { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> | The completion percentage. |
Composers
Declaration
public NameIdPair[] Composers { get; set; }
Property Value
Type | Description |
---|---|
NameIdPair[] |
Container
Declaration
public string Container { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CriticRating
Gets or sets the critic rating.
Declaration
public float? CriticRating { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Single> | The critic rating. |
CurrentProgram
Gets or sets the current program.
Declaration
public BaseItemDto CurrentProgram { get; set; }
Property Value
Type | Description |
---|---|
BaseItemDto | The current program. |
CustomRating
Gets or sets the custom rating.
Declaration
public string CustomRating { get; set; }
Property Value
Type | Description |
---|---|
System.String | The custom rating. |
DateCreated
Gets or sets the date created.
Declaration
public DateTimeOffset? DateCreated { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> | The date created. |
Disabled
Declaration
public bool? Disabled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
DisplayOrder
Gets or sets the display order.
Declaration
public string DisplayOrder { get; set; }
Property Value
Type | Description |
---|---|
System.String | The display order. |
DisplayPreferencesId
Gets or sets the display preferences id.
Declaration
public string DisplayPreferencesId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The display preferences id. |
EndDate
Gets or sets the end date.
Declaration
public DateTimeOffset? EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> | The end date. |
EpisodeTitle
Gets or sets the episode title.
Declaration
public string EpisodeTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String | The episode title. |
Etag
Gets or sets the etag.
Declaration
public string Etag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The etag. |
ExposureTime
Declaration
public double? ExposureTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
ExternalUrls
Gets or sets the external urls.
Declaration
public ExternalUrl[] ExternalUrls { get; set; }
Property Value
Type | Description |
---|---|
ExternalUrl[] | The external urls. |
ExtraType
Declaration
public string ExtraType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileName
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FocalLength
Declaration
public double? FocalLength { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
ForcedSortName
Declaration
public string ForcedSortName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GameSystem
Gets or sets the game system.
Declaration
public string GameSystem { get; set; }
Property Value
Type | Description |
---|---|
System.String | The game system. |
GameSystemId
Declaration
public long? GameSystemId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
GenreItems
Declaration
public NameLongIdPair[] GenreItems { get; set; }
Property Value
Type | Description |
---|---|
NameLongIdPair[] |
Genres
Gets or sets the genres.
Declaration
public string[] Genres { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The genres. |
Guid
Declaration
public string Guid { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Height
Declaration
public int? Height { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Id
Gets or sets the id.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The id. |
ImageOrientation
Declaration
public ImageOrientation? ImageOrientation { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ImageOrientation> |
ImageTags
Gets or sets the image tags.
Declaration
public Dictionary<ImageType, string> ImageTags { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<ImageType, System.String> | The image tags. |
IndexNumber
Gets or sets the index number.
Declaration
public int? IndexNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The index number. |
IndexNumberEnd
Gets or sets the index number end.
Declaration
public int? IndexNumberEnd { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The index number end. |
IsFolder
Gets or sets a value indicating whether this instance is folder.
Declaration
public bool? IsFolder { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
|
IsKids
Gets or sets a value indicating whether this instance is kids.
Declaration
public bool? IsKids { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
|
IsLive
Gets or sets a value indicating whether this instance is live.
Declaration
public bool? IsLive { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
|
IsMovie
Gets or sets a value indicating whether this instance is movie.
Declaration
public bool? IsMovie { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
|
IsNew
Declaration
public bool? IsNew { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
IsNews
Gets or sets a value indicating whether this instance is news.
Declaration
public bool? IsNews { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
|
IsoSpeedRating
Declaration
public int? IsoSpeedRating { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
IsPremiere
Gets or sets a value indicating whether this instance is premiere.
Declaration
public bool? IsPremiere { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
|
IsRepeat
Gets or sets a value indicating whether this instance is repeat.
Declaration
public bool? IsRepeat { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
|
IsSeries
Gets or sets a value indicating whether this instance is series.
Declaration
public bool? IsSeries { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
|
IsSports
Gets or sets a value indicating whether this instance is sports.
Declaration
public bool? IsSports { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
|
Latitude
Declaration
public double? Latitude { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
ListingsChannelId
Declaration
public string ListingsChannelId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ListingsChannelName
Declaration
public string ListingsChannelName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ListingsChannelNumber
Declaration
public string ListingsChannelNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ListingsId
Declaration
public string ListingsId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ListingsPath
Declaration
public string ListingsPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ListingsProviderId
Declaration
public string ListingsProviderId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LocalTrailerCount
Gets or sets the local trailer count.
Declaration
public int? LocalTrailerCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The local trailer count. |
LocationType
Gets or sets the type of the location.
Declaration
public LocationType? LocationType { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<LocationType> | The type of the location. |
LockData
Gets or sets a value indicating whether [enable internet providers].
Declaration
public bool? LockData { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
|
LockedFields
Gets or sets the locked fields.
Declaration
public MetadataFields[] LockedFields { get; set; }
Property Value
Type | Description |
---|---|
MetadataFields[] | The locked fields. |
Longitude
Declaration
public double? Longitude { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
ManagementId
Declaration
public string ManagementId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MediaSources
Gets or sets the media versions.
Declaration
public MediaSourceInfo[] MediaSources { get; set; }
Property Value
Type | Description |
---|---|
MediaSourceInfo[] | The media versions. |
MediaStreams
Gets or sets the media streams.
Declaration
public MediaStream[] MediaStreams { get; set; }
Property Value
Type | Description |
---|---|
MediaStream[] | The media streams. |
MediaType
Gets or sets the type of the media.
Declaration
public string MediaType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type of the media. |
MovieCount
Declaration
public int? MovieCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
MusicVideoCount
Declaration
public int? MusicVideoCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Number
Gets or sets the number.
Declaration
public string Number { get; set; }
Property Value
Type | Description |
---|---|
System.String | The number. |
OfficialRating
Gets or sets the official rating.
Declaration
public string OfficialRating { get; set; }
Property Value
Type | Description |
---|---|
System.String | The official rating. |
OriginalTitle
Declaration
public string OriginalTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overview
Gets or sets the overview.
Declaration
public string Overview { get; set; }
Property Value
Type | Description |
---|---|
System.String | The overview. |
ParentBackdropImageTags
Gets or sets the parent backdrop image tags.
Declaration
public string[] ParentBackdropImageTags { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The parent backdrop image tags. |
ParentBackdropItemId
If the item does not have any backdrops, this will hold the Id of the Parent that has one.
Declaration
public string ParentBackdropItemId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The parent backdrop item id. |
ParentId
Gets or sets the parent id.
Declaration
public string ParentId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The parent id. |
ParentIndexNumber
Gets or sets the parent index number.
Declaration
public int? ParentIndexNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The parent index number. |
ParentLogoImageTag
Gets or sets the parent logo image tag.
Declaration
public string ParentLogoImageTag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The parent logo image tag. |
ParentLogoItemId
If the item does not have a logo, this will hold the Id of the Parent that has one.
Declaration
public string ParentLogoItemId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The parent logo item id. |
ParentThumbImageTag
Gets or sets the parent thumb image tag.
Declaration
public string ParentThumbImageTag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The parent thumb image tag. |
ParentThumbItemId
Gets or sets the parent thumb item id.
Declaration
public string ParentThumbItemId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The parent thumb item id. |
PartCount
Gets or sets the part count.
Declaration
public int? PartCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The part count. |
Path
Gets or sets the path.
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String | The path. |
People
Gets or sets the people.
Declaration
public BaseItemPerson[] People { get; set; }
Property Value
Type | Description |
---|---|
BaseItemPerson[] | The people. |
PlaylistItemId
Gets or sets the playlist item identifier.
Declaration
public string PlaylistItemId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The playlist item identifier. |
PreferredMetadataCountryCode
Declaration
public string PreferredMetadataCountryCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreferredMetadataLanguage
Declaration
public string PreferredMetadataLanguage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Prefix
Gets or sets the Prefix.
Declaration
public string Prefix { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Prefix. |
PremiereDate
Gets or sets the premiere date.
Declaration
public DateTimeOffset? PremiereDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> | The premiere date. |
PresentationUniqueKey
Declaration
public string PresentationUniqueKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PrimaryImageAspectRatio
Gets or sets the primary image aspect ratio, after image enhancements.
Declaration
public double? PrimaryImageAspectRatio { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> | The primary image aspect ratio. |
PrimaryImageItemId
Declaration
public string PrimaryImageItemId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PrimaryImageTag
Declaration
public string PrimaryImageTag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProductionLocations
Declaration
public string[] ProductionLocations { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
ProductionYear
Gets or sets the production year.
Declaration
public int? ProductionYear { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The production year. |
ProviderIds
Gets or sets the provider ids.
Declaration
public ProviderIdDictionary ProviderIds { get; set; }
Property Value
Type | Description |
---|---|
ProviderIdDictionary | The provider ids. |
RecursiveItemCount
Gets or sets the recursive item count.
Declaration
public int? RecursiveItemCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The recursive item count. |
RemoteTrailers
Gets or sets the trailer urls.
Declaration
public MediaUrl[] RemoteTrailers { get; set; }
Property Value
Type | Description |
---|---|
MediaUrl[] | The trailer urls. |
RunTimeTicks
Gets or sets the run time ticks.
Declaration
public long? RunTimeTicks { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> | The run time ticks. |
SeasonId
Gets or sets the season identifier.
Declaration
public string SeasonId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The season identifier. |
SeasonName
Gets or sets the name of the season.
Declaration
public string SeasonName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the season. |
SeriesCount
Declaration
public int? SeriesCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
SeriesId
Gets or sets the series id.
Declaration
public string SeriesId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The series id. |
SeriesName
Gets or sets the name of the series.
Declaration
public string SeriesName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the series. |
SeriesPrimaryImageTag
Gets or sets the series primary image tag.
Declaration
public string SeriesPrimaryImageTag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The series primary image tag. |
SeriesStudio
Gets or sets the series studio.
Declaration
public string SeriesStudio { get; set; }
Property Value
Type | Description |
---|---|
System.String | The series studio. |
SeriesTimerId
Gets or sets the series timer identifier.
Declaration
public string SeriesTimerId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The series timer identifier. |
ServerId
Gets or sets the server identifier.
Declaration
public string ServerId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The server identifier. |
ShutterSpeed
Declaration
public double? ShutterSpeed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Size
Declaration
public long? Size { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Software
Declaration
public string Software { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SongCount
Declaration
public int? SongCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
SortIndexNumber
Declaration
public int? SortIndexNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
SortName
Gets or sets the name of the sort.
Declaration
public string SortName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the sort. |
SortParentIndexNumber
Declaration
public int? SortParentIndexNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
SpecialFeatureCount
Gets or sets the special feature count.
Declaration
public int? SpecialFeatureCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The special feature count. |
StartDate
The start date of the recording, in UTC.
Declaration
public DateTimeOffset? StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
Status
Gets or sets the status.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The status. |
Studios
Gets or sets the studios.
Declaration
public NameLongIdPair[] Studios { get; set; }
Property Value
Type | Description |
---|---|
NameLongIdPair[] | The studios. |
Subviews
Declaration
public string[] Subviews { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
SupportsResume
Declaration
public bool? SupportsResume { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
SupportsSync
Gets or sets a value indicating whether [supports synchronize].
Declaration
public bool? SupportsSync { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
SyncStatus
Declaration
public SyncJobItemStatus? SyncStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<SyncJobItemStatus> |
TagItems
Declaration
public NameLongIdPair[] TagItems { get; set; }
Property Value
Type | Description |
---|---|
NameLongIdPair[] |
Taglines
Gets or sets the taglines.
Declaration
public string[] Taglines { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The taglines. |
Tags
Gets or sets the tags.
Declaration
public string[] Tags { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The tags. |
TimerId
Gets or sets the timer identifier.
Declaration
public string TimerId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The timer identifier. |
TimerType
Declaration
public TimerType? TimerType { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<TimerType> |
Type
Gets or sets the type.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type. |
UserData
User data for this item based on the user it's being requested for
Declaration
public UserItemDataDto UserData { get; set; }
Property Value
Type | Description |
---|---|
UserItemDataDto | The user data. |
Video3DFormat
Gets or sets the video3 D format.
Declaration
public Video3DFormat? Video3DFormat { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<Video3DFormat> | The video3 D format. |
Width
Declaration
public int? Width { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Methods
GetStandaloneDisplayName()
Declaration
public string GetStandaloneDisplayName()
Returns
Type | Description |
---|---|
System.String |
IsType(ReadOnlySpan<Char>)
Determines whether the specified type is type.
Declaration
public bool IsType(ReadOnlySpan<char> type)
Parameters
Type | Name | Description |
---|---|---|
System.ReadOnlySpan<System.Char> | type | The type. |
Returns
Type | Description |
---|---|
System.Boolean |
|