IFieldLookupService public interface IFieldLookupService Documentation Code namespace kCura.WinEDDS { public interface IFieldLookupService { int GetOrdinalIndex(string fieldName); bool ContainsFieldName(string fieldName); } }