[This is preliminary documentation and is subject to change.]
The LolCat type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | LolCat()()()() |
Creates an empty lolCat.
|
![]() | LolCat(String) |
Constructor using only a file path string. Sets cuteness, rating to zero.
|
![]() | LolCat(Int32, Decimal, String) |
Constructor that takes cuteness, rating, and a fully qualified image file path.
|
Methods
Name | Description | |
---|---|---|
![]() ![]() | fileNameFromFullPath |
A static helper function that other code can call.
|
![]() ![]() | relativeImgPathFromFullPath |
Converts a full file path to a relative file path, using the [!:directoryName] as the basis for the relative path.
|
Properties
Name | Description | |
---|---|---|
![]() | Cuteness |
Gets/sets the Cuteness of this lolcat pic.
|
![]() | Id |
Id property- returns the filename, i.e. 'lolcat.png'
|
![]() | ImgFilePath |
Gets/sets the fully qualified image path name on the local system.
|
![]() | Rating |
Gets/sets the Rating of this particular lolCat pic.
|