RelationalFieldIcon Class

Relativity Services API
The RelationalFieldIcon class provides the contents of the pane icon used for a relational field.
Inheritance Hierarchy

System.Object
  kCura.Relativity.Client.DTOs.RelationalFieldIcon

Namespace:  kCura.Relativity.Client.DTOs
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class RelationalFieldIcon

The RelationalFieldIcon type exposes the following members.

Constructors

  NameDescription
Public methodRelationalFieldIcon()
Creates a new RelationalFieldIcon.
Public methodRelationalFieldIcon(String,Byte[])
Creates a new RelationalFieldIcon with the specified path and data.
Top
Properties

  NameDescription
Public propertyData
Gets or sets the data contents of the RelationalFieldIcon.
Public propertyPath
Gets or sets the name of the RelationalFieldIcon.
Top
Methods

  NameDescription
Public methodEquals
Determine whether the specified Object is equal to the current Object.
(Overrides Object.Equals(Object).)
Public methodGetHashCode
Serves as a hash function for this type.
(Overrides Object.GetHashCode().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference