Show / Hide Table of Contents

Class AssetItem

Defines one asset in the Assets property of the Item class.

Inheritance
System.Object
AssetItem
Implements
System.IComparable<AssetItem>
Namespace: Scrapbook101core.Models
Assembly: Scrapbook101core.dll
Syntax
public class AssetItem : IComparable<AssetItem>

Properties

| Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Size

Declaration
public string Size { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

CompareTo(AssetItem)

Declaration
public int CompareTo(AssetItem other)
Parameters
Type Name Description
AssetItem other
Returns
Type Description
System.Int32
| Improve this Doc View Source

Equals(AssetItem)

Declaration
public bool Equals(AssetItem other)
Parameters
Type Name Description
AssetItem other
Returns
Type Description
System.Boolean
| Improve this Doc View Source

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
Overrides
System.Object.Equals(System.Object)
| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.Object.GetHashCode()

Implements

System.IComparable<T>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX for Scrapbook101Core on