//#TBD#//
More...
//#TBD#//
Definition at line 10 of file Template.cs.
◆ Add()
| virtual void Askowl.Template.Add |
( |
| ) |
|
|
virtual |
◆ And() [1/4]
| Template Askowl.Template.And |
( |
string |
regex, |
|
|
string |
with |
|
) |
| |
◆ And() [2/4]
| Template Askowl.Template.And |
( |
string |
regex, |
|
|
object |
with |
|
) |
| |
◆ And() [3/4]
| Template Askowl.Template.And |
( |
Regex |
regex, |
|
|
string |
with |
|
) |
| |
◆ And() [4/4]
| Template Askowl.Template.And |
( |
Regex |
regex, |
|
|
object |
with |
|
) |
| |
◆ Dispose()
| virtual void Askowl.Template.Dispose |
( |
| ) |
|
|
virtual |
◆ From()
| Template Askowl.Template.From |
( |
string |
text | ) |
|
◆ Inner() [1/2]
| Template Askowl.Template.Inner |
( |
Regex |
regex | ) |
|
◆ Inner() [2/2]
| Template Askowl.Template.Inner |
( |
string |
regex | ) |
|
◆ More()
| virtual bool Askowl.Template.More |
( |
| ) |
|
|
virtual |
◆ Result()
| string Askowl.Template.Result |
( |
| ) |
|
◆ Substitute() [1/4]
| Template Askowl.Template.Substitute |
( |
string |
regex, |
|
|
string |
with |
|
) |
| |
◆ Substitute() [2/4]
| Template Askowl.Template.Substitute |
( |
Regex |
regex, |
|
|
string |
with |
|
) |
| |
◆ Substitute() [3/4]
| Template Askowl.Template.Substitute |
( |
string |
regex, |
|
|
object |
with |
|
) |
| |
◆ Substitute() [4/4]
| Template Askowl.Template.Substitute |
( |
Regex |
regex, |
|
|
object |
with |
|
) |
| |
◆ Instance
◆ result
| string Askowl.Template.result = "" |
|
protected |
◆ substitutions
The documentation for this class was generated from the following file: