コード例 #1
0
        ///
        ///          <summary> * (21) get VString attribute ChannelUsage </summary>
        ///          * <returns> VString the value of the attribute </returns>
        ///
        public virtual VString getChannelUsage()
        {
            VString vStrAttrib = new VString();
            string  s          = getAttribute(AttributeName.CHANNELUSAGE, null, JDFConstants.EMPTYSTRING);

            vStrAttrib.setAllStrings(s, " ");
            return(vStrAttrib);
        }
コード例 #2
0
        ///
        ///          <summary> * (21) get VString attribute ResourceUpdate </summary>
        ///          * <returns> VString the value of the attribute </returns>
        ///
        public virtual VString getResourceUpdate()
        {
            VString vStrAttrib = new VString();
            string  s          = getAttribute(AttributeName.RESOURCEUPDATE, null, JDFConstants.EMPTYSTRING);

            vStrAttrib.setAllStrings(s, " ");
            return(vStrAttrib);
        }
コード例 #3
0
        ///
        ///          <summary> * (21) get VString attribute GenericAttributes </summary>
        ///          * <returns> VString the value of the attribute </returns>
        ///
        public virtual VString getGenericAttributes()
        {
            VString vStrAttrib = new VString();
            string  s          = getAttribute(AttributeName.GENERICATTRIBUTES,null,JDFConstants.EMPTYSTRING);

            vStrAttrib.setAllStrings(s," ");
            return(vStrAttrib);
        }
コード例 #4
0
        ///
        ///          <summary> * (21) get VString attribute Operations </summary>
        ///          * <returns> VString the value of the attribute </returns>
        ///
        public virtual VString getOperations()
        {
            VString vStrAttrib = new VString();
            string  s          = getAttribute(AttributeName.OPERATIONS, null, JDFConstants.EMPTYSTRING);

            vStrAttrib.setAllStrings(s, " ");
            return(vStrAttrib);
        }
コード例 #5
0
ファイル: JDFAutoPRRuleAttr.cs プロジェクト: cip4/JDFLibNet
        ///
        ///          <summary> * (21) get VString attribute GroupBy </summary>
        ///          * <returns> VString the value of the attribute </returns>
        ///
        public virtual VString getGroupBy()
        {
            VString vStrAttrib = new VString();
            string  s          = getAttribute(AttributeName.GROUPBY, null, "Tested");

            vStrAttrib.setAllStrings(s, " ");
            return(vStrAttrib);
        }
コード例 #6
0
        ///
        ///          <summary> * (21) get VString attribute ShowList </summary>
        ///          * <returns> VString the value of the attribute </returns>
        ///
        public virtual VString getShowList()
        {
            VString vStrAttrib = new VString();
            string  s          = getAttribute(AttributeName.SHOWLIST, null, JDFConstants.EMPTYSTRING);

            vStrAttrib.setAllStrings(s, " ");
            return(vStrAttrib);
        }
コード例 #7
0
ファイル: JDFAutoUsageCounter.cs プロジェクト: cip4/JDFLibNet
        ///
        ///          <summary> * (21) get VString attribute CounterTypes </summary>
        ///          * <returns> VString the value of the attribute </returns>
        ///
        public virtual VString getCounterTypes()
        {
            VString vStrAttrib = new VString();
            string  s          = getAttribute(AttributeName.COUNTERTYPES, null, JDFConstants.EMPTYSTRING);

            vStrAttrib.setAllStrings(s, " ");
            return(vStrAttrib);
        }
コード例 #8
0
        ///
        ///          <summary> * (21) get VString attribute ICSVersions </summary>
        ///          * <returns> VString the value of the attribute </returns>
        ///
        public virtual VString getICSVersions()
        {
            VString vStrAttrib = new VString();
            string  s          = getAttribute(AttributeName.ICSVERSIONS, null, JDFConstants.EMPTYSTRING);

            vStrAttrib.setAllStrings(s, " ");
            return(vStrAttrib);
        }
コード例 #9
0
        ///
        ///          <summary> * (21) get VString attribute UpdateIDs </summary>
        ///          * <returns> VString the value of the attribute </returns>
        ///
        public virtual VString getUpdateIDs()
        {
            VString vStrAttrib = new VString();
            string  s          = getAttribute(AttributeName.UPDATEIDS, null, JDFConstants.EMPTYSTRING);

            vStrAttrib.setAllStrings(s, " ");
            return(vStrAttrib);
        }
コード例 #10
0
        ///
        ///          <summary> * (21) get VString attribute OptionalCombinedTypes </summary>
        ///          * <returns> VString the value of the attribute </returns>
        ///
        public virtual VString getOptionalCombinedTypes()
        {
            VString vStrAttrib = new VString();
            string  s          = getAttribute(AttributeName.OPTIONALCOMBINEDTYPES, null, JDFConstants.EMPTYSTRING);

            vStrAttrib.setAllStrings(s, " ");
            return(vStrAttrib);
        }
コード例 #11
0
        ///
        ///          <summary> * (21) get VString attribute KnownLocalizations </summary>
        ///          * <returns> VString the value of the attribute </returns>
        ///
        public virtual VString getKnownLocalizations()
        {
            VString vStrAttrib = new VString();
            string  s          = getAttribute(AttributeName.KNOWNLOCALIZATIONS, null, JDFConstants.EMPTYSTRING);

            vStrAttrib.setAllStrings(s, " ");
            return(vStrAttrib);
        }
コード例 #12
0
        ///
        ///          <summary> * (21) get VString attribute ElementIDs </summary>
        ///          * <returns> VString the value of the attribute </returns>
        ///
        public virtual VString getElementIDs()
        {
            VString vStrAttrib = new VString();
            string  s          = getAttribute(AttributeName.ELEMENTIDS, null, JDFConstants.EMPTYSTRING);

            vStrAttrib.setAllStrings(s, " ");
            return(vStrAttrib);
        }
コード例 #13
0
        ///
        ///          <summary> * (21) get VString attribute IgnoreExtensions </summary>
        ///          * <returns> VString the value of the attribute </returns>
        ///
        public virtual VString getIgnoreExtensions()
        {
            VString vStrAttrib = new VString();
            string  s          = getAttribute(AttributeName.IGNOREEXTENSIONS, null, JDFConstants.EMPTYSTRING);

            vStrAttrib.setAllStrings(s, " ");
            return(vStrAttrib);
        }
コード例 #14
0
ファイル: JDFAutoPRRuleAttr.cs プロジェクト: cip4/JDFLibNet
        ///
        ///          <summary> * (21) get VString attribute ReportAttr </summary>
        ///          * <returns> VString the value of the attribute </returns>
        ///
        public virtual VString getReportAttr()
        {
            VString vStrAttrib = new VString();
            string  s          = getAttribute(AttributeName.REPORTATTR, null, JDFConstants.EMPTYSTRING);

            vStrAttrib.setAllStrings(s, " ");
            return(vStrAttrib);
        }
コード例 #15
0
        ///
        ///          <summary> * (21) get VString attribute Completed </summary>
        ///          * <returns> VString the value of the attribute </returns>
        ///
        public virtual VString getCompleted()
        {
            VString vStrAttrib = new VString();
            string  s          = getAttribute(AttributeName.COMPLETED, null, JDFConstants.EMPTYSTRING);

            vStrAttrib.setAllStrings(s, " ");
            return(vStrAttrib);
        }
コード例 #16
0
        ///
        ///          <summary> * (21) get VString attribute rRefsOverwritten </summary>
        ///          * <returns> VString the value of the attribute </returns>
        ///
        public virtual VString getrRefsOverwritten()
        {
            VString vStrAttrib = new VString();
            string  s          = getAttribute(AttributeName.RREFSOVERWRITTEN, null, JDFConstants.EMPTYSTRING);

            vStrAttrib.setAllStrings(s, " ");
            return(vStrAttrib);
        }
コード例 #17
0
        ///
        ///          <summary> * (21) get VString attribute MessageEvents </summary>
        ///          * <returns> VString the value of the attribute </returns>
        ///
        public virtual VString getMessageEvents()
        {
            VString vStrAttrib = new VString();
            string  s          = getAttribute(AttributeName.MESSAGEEVENTS, null, JDFConstants.EMPTYSTRING);

            vStrAttrib.setAllStrings(s, " ");
            return(vStrAttrib);
        }
コード例 #18
0
        ///
        ///          <summary> * (21) get VString attribute ReturnList </summary>
        ///          * <returns> VString the value of the attribute </returns>
        ///
        public virtual VString getReturnList()
        {
            VString vStrAttrib = new VString();
            string  s          = getAttribute(AttributeName.RETURNLIST, null, "None");

            vStrAttrib.setAllStrings(s, " ");
            return(vStrAttrib);
        }
コード例 #19
0
        ///
        ///          <summary> * (21) get VString attribute NeverEmbed </summary>
        ///          * <returns> VString the value of the attribute </returns>
        ///
        public virtual VString getNeverEmbed()
        {
            VString vStrAttrib = new VString();
            string  s          = getAttribute(AttributeName.NEVEREMBED, null, JDFConstants.EMPTYSTRING);

            vStrAttrib.setAllStrings(s, " ");
            return(vStrAttrib);
        }
コード例 #20
0
        ///
        ///          <summary> * (21) get VString attribute DevCapRef </summary>
        ///          * <returns> VString the value of the attribute </returns>
        ///
        public virtual VString getDevCapRef()
        {
            VString vStrAttrib = new VString();
            string  s          = getAttribute(AttributeName.DEVCAPREF, null, JDFConstants.EMPTYSTRING);

            vStrAttrib.setAllStrings(s, " ");
            return(vStrAttrib);
        }
コード例 #21
0
        ///
        ///          <summary> * (21) get VString attribute AssemblyIDs </summary>
        ///          * <returns> VString the value of the attribute </returns>
        ///
        public virtual VString getAssemblyIDs()
        {
            VString vStrAttrib = new VString();
            string  s          = getAttribute(AttributeName.ASSEMBLYIDS, null, JDFConstants.EMPTYSTRING);

            vStrAttrib.setAllStrings(s, " ");
            return(vStrAttrib);
        }
コード例 #22
0
        ///
        ///          <summary> * (21) get VString attribute ModuleRefs </summary>
        ///          * <returns> VString the value of the attribute </returns>
        ///
        public virtual VString getModuleRefs()
        {
            VString vStrAttrib = new VString();
            string  s          = getAttribute(AttributeName.MODULEREFS, null, JDFConstants.EMPTYSTRING);

            vStrAttrib.setAllStrings(s, " ");
            return(vStrAttrib);
        }
コード例 #23
0
        ///
        ///          <summary> * (21) get VString attribute Roles </summary>
        ///          * <returns> VString the value of the attribute </returns>
        ///
        public virtual VString getRoles()
        {
            VString vStrAttrib = new VString();
            string  s          = getAttribute(AttributeName.ROLES, null, JDFConstants.EMPTYSTRING);

            vStrAttrib.setAllStrings(s, " ");
            return(vStrAttrib);
        }
コード例 #24
0
        ///
        ///          <summary> * (21) get VString attribute SignalTypes </summary>
        ///          * <returns> VString the value of the attribute </returns>
        ///
        public virtual VString getSignalTypes()
        {
            VString vStrAttrib = new VString();
            string  s          = getAttribute(AttributeName.SIGNALTYPES, null, "Notification");

            vStrAttrib.setAllStrings(s, " ");
            return(vStrAttrib);
        }