public override NFGUID QueryObject(string strName) { NFIProperty xProperty = GetPropertyManager().GetProperty(strName); if (null != xProperty) { return(xProperty.QueryObject()); } return(NFIDataList.NULL_OBJECT); }
public override NFGUID QueryPropertyObject(string strPropertyName) { NFIProperty property = mPropertyManager.GetProperty(strPropertyName); if (null != property) { return(property.QueryObject()); } return(NFIDataList.NULL_OBJECT); }