[This is preliminary documentation and is subject to change.]

The LolCat type exposes the following members.

Constructors

  NameDescription
Public methodLolCat()()()()
Creates an empty lolCat.
Public methodLolCat(String)
Constructor using only a file path string. Sets cuteness, rating to zero.
Public methodLolCat(Int32, Decimal, String)
Constructor that takes cuteness, rating, and a fully qualified image file path.

Methods

  NameDescription
Public methodStatic memberfileNameFromFullPath
A static helper function that other code can call.
Public methodStatic memberrelativeImgPathFromFullPath
Converts a full file path to a relative file path, using the [!:directoryName] as the basis for the relative path.

Properties

  NameDescription
Public propertyCuteness
Gets/sets the Cuteness of this lolcat pic.
Public propertyId
Id property- returns the filename, i.e. 'lolcat.png'
Public propertyImgFilePath
Gets/sets the fully qualified image path name on the local system.
Public propertyRating
Gets/sets the Rating of this particular lolCat pic.

See Also