Table of Contents

Class DslFile

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime.dll

Dsl file

public class DslFile

Inheritance

objectDslFile

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

string

Filename

Physical file name

public string Filename { get; set; }

Property Value

string

Id

Id of file

public Guid Id { get; set; }

Property Value

Guid

IsPublic

Determine file is public or not

public bool IsPublic { get; set; }

Property Value

bool

Name

File name

public string Name { get; set; }

Property Value

string