예제 #1
0
        /// <summary>
        /// Check Variable Exist
        /// </summary>
        /// <returns></returns>
        public bool CheckVariable()
        {
            bool exist = VariableService.CheckVariable(TSM.Model.TSMContext.CurrentLanguageID, this.Variable_Name, this.Variable_DisplayName);

            return(exist);
        }