DAOpenDocument public sealed class DAOpenDocument : IMessage<DAOpenDocument>, IMessage, IEquatable<DAOpenDocument>, IDeepCloneable<DAOpenDocument> Documentation 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 DAOpenDocument(DAOpenDocument other) public int CalculateSize() public DAOpenDocument Clone() public bool Equals(DAOpenDocument other) public void MergeFrom(DAOpenDocument other) public void MergeFrom(CodedInputStream input) public void WriteTo(CodedOutputStream output)