예제 #1
0
파일: APath.cs 프로젝트: 2644783865/INVex
        public IAttributeModel ProcessElement(IObjectInstance objectInstance)
        {
            if (objectInstance == null)
            {
                objectInstance = this.OwnerInstance;
            }

            return(PathProcessor.ProcessPath(this, objectInstance));
        }
예제 #2
0
 public virtual IAttributeModel GetAttribute(IAttributePath path)
 {
     return(PathProcessor.ProcessPath(path, this));
 }