Exemple #1
0
        public IAttributeModel ProcessElement(IObjectInstance objectInstance)
        {
            if (objectInstance == null)
            {
                objectInstance = this.OwnerInstance;
            }

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