<PackageReference Include="Relativity.OutsideIn" Version="2021.1.0" />

DAOpenDocument

public const int FiIdFieldNumber = 2

public const int IoIdFieldNumber = 1

public const int IoTypeFieldNumber = 3

public static MessageDescriptor Descriptor { get; }

public static MessageParser<DAOpenDocument> Parser { get; }

public int FiId { get; set; }

public int IoId { get; set; }

public IOType IoType { get; set; }

public DAOpenDocument()

public int CalculateSize()

public bool Equals(DAOpenDocument other)

public void MergeFrom(DAOpenDocument other)

public void MergeFrom(CodedInputStream input)

public void WriteTo(CodedOutputStream output)