Class SystemDocument
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime.dll
public class SystemDocument
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<SystemDocument>(SystemDocument)
Constructors
SystemDocument()
public SystemDocument()
Properties
Description
public string Description { get; set; }
Property Value
DocumentTag
[Obsolete("DocumentTag is deprecated, please use Tags instead.")]
public string DocumentTag { get; set; }
Property Value
FileName
public string FileName { get; set; }
Property Value
ID
public Guid ID { get; set; }
Property Value
IsPublic
public bool IsPublic { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
PhysicalFileName
public string PhysicalFileName { get; set; }
Property Value
Tags
public IList<string> Tags { get; set; }