gov.va.medora.mdws.CallService.getNoteTitles C# (CSharp) Метод

getNoteTitles() приватный Метод

private getNoteTitles ( string target, string direction ) : TaggedTextArray
target string
direction string
Результат gov.va.medora.mdws.dto.TaggedTextArray
        public TaggedTextArray getNoteTitles(string target, string direction)
        {
            return (TaggedTextArray)MySession.execute("NoteLib", "getNoteTitles", new object[] { target, direction });
        }