Skip to main content

Class CRMScriptSourceMap

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for CRMScriptSourceMap. Object for returning source-map info when validating or executing a CRMScript

Inheritance

objectCarrierCRMScriptSourceMap

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

CRMScriptSourceMap()

Default constructor - defaults any enum props to 0.

Properties

Delta

The delta between global line number and a line number inside this range

Property Value

int

IncludeId

The includeId for this entry

Property Value

string

IncludedFrom

The list of IncludeId:linenum that leads to this source

Property Value

string[]

LineNumberFrom

The 1-based start line (inclusive) of this entry

Property Value

int

LineNumberTo

The 1-based end line (inclusive) of this entry

Property Value

int

See Also

CRMScriptAgent