C# Class Aurora.ScriptEngine.AuroraDotNetEngine.APIs.NotecardCache

Datei anzeigen Open project: NanaYngvarrdottir/Software-Testing

Protected Properties

Property Type Description
m_Notecards Notecard>.Dictionary

Public Methods

Method Description
Cache ( UUID assetID, string text ) : void
CacheCheck ( ) : void
GetLine ( UUID assetID, int line, int maxLength ) : string
GetLines ( UUID assetID ) : int
IsCached ( UUID assetID ) : bool

Method Details

Cache() public static method

public static Cache ( UUID assetID, string text ) : void
assetID UUID
text string
return void

CacheCheck() public static method

public static CacheCheck ( ) : void
return void

GetLine() public static method

public static GetLine ( UUID assetID, int line, int maxLength ) : string
assetID UUID
line int
maxLength int
return string

GetLines() public static method

public static GetLines ( UUID assetID ) : int
assetID UUID
return int

IsCached() public static method

public static IsCached ( UUID assetID ) : bool
assetID UUID
return bool

Property Details

m_Notecards protected_oe static_oe property

protected static Dictionary m_Notecards
return Notecard>.Dictionary