Class DslFile
Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime.dll
Dsl file
public class DslFile
Inheritance
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<DslFile>(DslFile)
Constructors
DslFile()
public DslFile()
Properties
Description
File description
public string Description { get; set; }
Property Value
Filename
Physical file name
public string Filename { get; set; }
Property Value
Id
Id of file
public Guid Id { get; set; }
Property Value
IsPublic
Determine file is public or not
public bool IsPublic { get; set; }
Property Value
Name
File name
public string Name { get; set; }