Class ScriptPart
Inheritance
System.Object
ScriptPart
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Lib.Data
Assembly: ImageVault.Common.dll
Syntax
public class ScriptPart
Constructors
ScriptPart(String, String, ScriptSegment, ScriptType)
Declaration
public ScriptPart(string name, string script, ScriptSegment segment, ScriptType type)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | script | |
ScriptSegment | segment | |
ScriptType | type |
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Script
Declaration
public string Script { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Segment
Declaration
public ScriptSegment Segment { get; set; }
Property Value
Type | Description |
---|---|
ScriptSegment |
Type
Declaration
public ScriptType Type { get; set; }
Property Value
Type | Description |
---|---|
ScriptType |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()