C# Class CascadeSharp.TKernel.Message.Message_MsgFile

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
AddMsg ( TCollection_AsciiString key, TCollection_ExtendedString text ) : bool
HasMsg ( TCollection_AsciiString key ) : bool
Load ( string theDirName, string theFileName ) : bool
LoadFile ( string theFName ) : bool
LoadFromEnv ( string theEnvName, string theFileName ) : bool
LoadFromEnv ( string theEnvName, string theFileName, string theLangExt ) : bool
LoadFromString ( string theContent ) : bool
LoadFromString ( string theContent, int theLength ) : bool
Message_MsgFile ( ) : System
Message_MsgFile ( Message_MsgFile parameter1 ) : System
Msg ( TCollection_AsciiString key ) : TCollection_ExtendedString
Msg ( string key ) : TCollection_ExtendedString

Method Details

AddMsg() public method

public AddMsg ( TCollection_AsciiString key, TCollection_ExtendedString text ) : bool
key TCollection_AsciiString
text TCollection_ExtendedString
return bool

HasMsg() public method

public HasMsg ( TCollection_AsciiString key ) : bool
key TCollection_AsciiString
return bool

Load() public method

public Load ( string theDirName, string theFileName ) : bool
theDirName string
theFileName string
return bool

LoadFile() public method

public LoadFile ( string theFName ) : bool
theFName string
return bool

LoadFromEnv() public method

public LoadFromEnv ( string theEnvName, string theFileName ) : bool
theEnvName string
theFileName string
return bool

LoadFromEnv() public method

public LoadFromEnv ( string theEnvName, string theFileName, string theLangExt ) : bool
theEnvName string
theFileName string
theLangExt string
return bool

LoadFromString() public method

public LoadFromString ( string theContent ) : bool
theContent string
return bool

LoadFromString() public method

public LoadFromString ( string theContent, int theLength ) : bool
theContent string
theLength int
return bool

Message_MsgFile() public method

public Message_MsgFile ( ) : System
return System

Message_MsgFile() public method

public Message_MsgFile ( Message_MsgFile parameter1 ) : System
parameter1 Message_MsgFile
return System

Msg() public method

public Msg ( TCollection_AsciiString key ) : TCollection_ExtendedString
key TCollection_AsciiString
return TCollection_ExtendedString

Msg() public method

public Msg ( string key ) : TCollection_ExtendedString
key string
return TCollection_ExtendedString