예제 #1
0
파일: ModelItem.cs 프로젝트: tvoyle/nxkit
 bool GetReadOnly()
 {
     return(xml.AncestorsAndSelf().Any(i => i.AnnotationOrCreate <ModelItemState>().ReadOnly ?? false));
 }