Exemple #1
0
        public override AFIDENTID QueryPropertyObject(string strPropertyName)
        {
            AFIProperty property = mPropertyManager.GetProperty(strPropertyName);

            if (null != property)
            {
                return(property.QueryObject());
            }

            return(new AFIDENTID());
        }
Exemple #2
0
        public override AFIDENTID QueryObject(string strName)
        {
            AFIProperty xProperty = GetPropertyManager().GetProperty(strName);

            if (null != xProperty)
            {
                return(xProperty.QueryObject());
            }

            return(new AFIDENTID());
        }