Class AssetSearchResult
Container for an asset search result.
Inherited Members
Namespace: Den.Dev.Grunt.Models.HaloInfinite
Assembly: Den.Dev.Grunt.dll
Syntax
[[Den.Dev.Grunt.Models.IsAutomaticallySerializable]]
[[System.Runtime.CompilerServices.Nullable(0)]]
[[System.Runtime.CompilerServices.NullableContext(2)]]
public class AssetSearchResult : Den.Dev.Grunt.Models.HaloInfinite.Foundation.AssetBase
Constructors
| Name | Description |
|---|---|
| AssetSearchResult() |
Properties
| Name | Description |
|---|---|
| AssetCreatedDate | Gets or sets the date the asset was created on. |
| AssetLastModified | Gets or sets the date the asset was modified on. |
| AssetState | Gets or sets the asset state. |
| AverageRating | Gets or sets the average asset rating. |
| Bookmarks | Gets or sets the number of bookmarks for an asset. |
| DateCreatedUtc | Gets or sets the asset creation date. |
| DateModifiedUtc | Gets or sets the asset modification date. |
| DatePublishedUtc | Gets or sets the asset publication date. |
| FavoritesCount | Gets or sets the number of times the asset has been favorited. |
| HasNodeGraph | Gets or sets whether an asset has a node graph. |
| IsBanned | Gets or sets whether the asset is banned. |
| Likes | Gets or sets the number of likes for an asset. |
| NumberOfObjects | Gets or sets the number of objects associated with an asset. |
| NumberOfRatings | Gets or sets the number of ratings. |
| OriginalAuthor | Gets or sets the asset original author. |
| ParentAssetCount | Gets or sets the number of assets parented to the current asset. |
| PlaysAllTime | Gets or sets the number of all-time plays for an asset. |
| PlaysRecent | Gets or sets the number of recent plays for an asset. |
| PublishedVersion | Gets or sets the published asset version. |
| RatingCount | Gets or sets the number of ratings the asset has received. |
| RatingScore | Gets or sets the asset rating score. |
| ReadOnlyClones | Gets or sets whether asset clones are read-only. |
| ReferencedAssets | Gets or sets the list of referenced assets. |
| ThumbnailUrl | Gets or sets the asset thumbnail URL. |