Class CodeScript
Namespace: Casewhere.Runtime.DSL.Script
Assembly: Casewhere.Runtime.dll
public class CodeScript
Inheritance
Derived
Inherited Members
object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<CodeScript>(CodeScript)
Constructors
CodeScript()
public CodeScript()
Properties
Arguments
public IList<object> Arguments { get; set; }
Property Value
Content
public string Content { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
ReferenceAssemblies
public IList<string> ReferenceAssemblies { get; set; }
Property Value
UsingNamespaces
public IList<string> UsingNamespaces { get; set; }
Property Value
Methods
GetUsingNameSpaces()
protected virtual string GetUsingNameSpaces()
Returns
ToCompilableCode()
public virtual string ToCompilableCode()
Returns
WithName(string)
public CodeScript WithName(string name)
Parameters
name
string