Models a statemente of a script.
Default constructor
public Void Statement()
Initializes a new instance of Statement from source.
public Void Statement(source)
Name | Type | Summary |
---|---|---|
source | Statement | A Statement to copy. |
Statement description (documentation).
public String Description { get; set; }
A hash for the sentence.
public String Hash { get; set; }
Statement Id.
public String Id { get; set; }
Sentence to be executed.
public String Sentence { get; set; }
In this document