CatalogInfo public class CatalogInfo Documentation public string Category { get; set; } public string DataType { get; set; } public string Description { get; set; } public string ExternalFieldName { get; set; } public Guid FieldIdentifier { get; set; } public string FriendlyName { get; set; } public int Length { get; set; } public CatalogInfo()