Show / Hide Table of Contents

Class MarkupSet

Represent a markup set model.

Inheritance
System.Object
Artifact
NamedArtifact
MarkupSet
Implements
IHasName
Inherited Members
NamedArtifact.Name
Artifact.ArtifactID
System.Object.ToString()
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: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class MarkupSet : NamedArtifact, IHasName

Properties

| Improve this Doc View Source

Order

Gets or sets the order.

Declaration
public int Order { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

ParentObject

Gets or sets the parent artifact.

Declaration
public Artifact ParentObject { get; set; }
Property Value
Type Description
Artifact
| Improve this Doc View Source

RedactionText

Gets or sets the redaction text.

Declaration
public string RedactionText { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

FillRequiredProperties()

Fill the required properties of markup set model.

Declaration
public MarkupSet FillRequiredProperties()
Returns
Type Description
MarkupSet

Returns markup set.

Implements

IHasName
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX