Пример #1
0
 public void SetOperatorType(int type)
 {
     operatorType = (XMLVariableOperatorType)type;
 }
Пример #2
0
 public void SetOperatorType(XMLVariableOperatorType type)
 {
     operatorType = type;
 }
Пример #3
0
 public void SetOperatorType(string type)
 {
     operatorType = (XMLVariableOperatorType)Enum.Parse(typeof(XMLVariableOperatorType), type);
 }