C# Class Batman.MVC.Assets.Asset

Contains data about an individual asset
Inheritance: IAsset
Show file Open project: JaCraig/Batman

Public Methods

Method Description
Asset ( string Path ) : System

Constructor

Equals ( object obj ) : bool

Determines if the two objects are equal

GetHashCode ( ) : int

Gets the hash code

ToString ( ) : string

Gets the string version of the asset

Method Details

Asset() public method

Constructor
public Asset ( string Path ) : System
Path string Path to the asset
return System

Equals() public method

Determines if the two objects are equal
public Equals ( object obj ) : bool
obj object Object to compare to
return bool

GetHashCode() public method

Gets the hash code
public GetHashCode ( ) : int
return int

ToString() public method

Gets the string version of the asset
public ToString ( ) : string
return string