<PackageReference Include="Relativity.Rsapi" Version="15.6.0" />

FieldAttribute

public class FieldAttribute : Attribute
public string FieldName { get; set; }

public int Length { get; set; }

public string ObjectFieldArtifactType { get; set; }

public Type ObjectFieldDTOType { get; set; }

public FieldType Type { get; set; }

public FieldAttribute(string fieldName, FieldType type)

public FieldAttribute(string fieldName, FieldType type, int length)

public FieldAttribute(string fieldName, FieldType type, string objectFieldArtifactType, Type objectFieldDTOType)