Class ReadSingleAsyncResult
Object representing a response from the LayoutBuilderManager's ReadSingleAsync endpoint.
Inheritance
System.Object
ReadSingleAsyncResult
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 ReadSingleAsyncResult
Properties
| Improve this Doc View SourceAllowCopyFromPrevious
Gets or sets a value indicating whether AllowCopyFromPrevious is set.
Declaration
public bool AllowCopyFromPrevious { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ArtifactTypeID
Gets or sets the artifact type id.
Declaration
public int ArtifactTypeID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Groups
Gets or sets the Categories on the layout.
Declaration
public List<Category> Groups { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Category> |
Guids
Gets or sets the associated guids.
Declaration
public List<Guid> Guids { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Guid> |
IsLocked
Gets or sets a value indicating whether IsLocked is set.
Declaration
public bool IsLocked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LayoutID
Gets or sets the artifact id of the layout.
Declaration
public int LayoutID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Gets or sets the name of the layout.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OverwriteProtection
Gets or sets a value indicating whether OverwriteProtection is set.
Declaration
public string OverwriteProtection { get; set; }
Property Value
Type | Description |
---|---|
System.String |