コード例 #1
0
ファイル: JDFSourceResource.cs プロジェクト: cip4/JDFLibNet
        ///
        ///	 <summary> * return the LocalName of the referenced resource
        ///	 *  </summary>
        ///	 * <returns> the LocalName of the referenced resource </returns>
        ///
        public virtual string getSourceLocalName()
        {
            JDFRefElement refElement = getRefElement();

            if (refElement != null)
            {
                return(refElement.getRefLocalName());
            }
            return(null);
        }