The RelationalFieldIcon class provides the contents of the pane icon used for a relational field.
Inheritance Hierarchy
kCura.Relativity.Client.DTOs.RelationalFieldIcon
Namespace: kCura.Relativity.Client.DTOs
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The RelationalFieldIcon type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | RelationalFieldIcon() |
Creates a new RelationalFieldIcon.
|
![]() | RelationalFieldIcon(String,Byte[]) |
Creates a new RelationalFieldIcon with the specified path and data.
|
Properties
Name | Description | |
---|---|---|
![]() | Data |
Gets or sets the data contents of the RelationalFieldIcon.
|
![]() | Path |
Gets or sets the name of the RelationalFieldIcon.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Determine whether the specified Object is equal to the current Object.
(Overrides Object.Equals(Object).) |
![]() | GetHashCode |
Serves as a hash function for this type.
(Overrides Object.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also