FillPropertiesLight() 보호된 메소드

protected FillPropertiesLight ( string xml ) : void
xml string
리턴 void
예제 #1
0
파일: Book.cs 프로젝트: digbib/Solvberget
 public static new Book GetObjectFromFindDocXmlBsMarcLight(string xml)
 {
     var book = new Book();
     book.FillPropertiesLight(xml);
     return book;
 }