Class MarkupSet
Represent a markup set model.
Implements
Inherited Members
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 SourceOrder
Gets or sets the order.
Declaration
public int Order { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ParentObject
Gets or sets the parent artifact.
Declaration
public Artifact ParentObject { get; set; }
Property Value
Type | Description |
---|---|
Artifact |
RedactionText
Gets or sets the redaction text.
Declaration
public string RedactionText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceFillRequiredProperties()
Fill the required properties of markup set model.
Declaration
public MarkupSet FillRequiredProperties()
Returns
Type | Description |
---|---|
MarkupSet | Returns markup set. |