Table of Contents

Class SystemDocument

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

public class SystemDocument

Inheritance

objectSystemDocument

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<SystemDocument>(SystemDocument)

Constructors

SystemDocument()

public SystemDocument()

Properties

Description

public string Description { get; set; }

Property Value

string

DocumentTag

[Obsolete("DocumentTag is deprecated, please use Tags instead.")]
public string DocumentTag { get; set; }

Property Value

string

FileName

public string FileName { get; set; }

Property Value

string

ID

public Guid ID { get; set; }

Property Value

Guid

IsPublic

public bool IsPublic { get; set; }

Property Value

bool

Name

public string Name { get; set; }

Property Value

string

PhysicalFileName

public string PhysicalFileName { get; set; }

Property Value

string

Tags

public IList<string> Tags { get; set; }

Property Value

IList<string>