Beispiel #1
0
 public SGFPropertyInfo(string id, string description, SGFPropertyType propertyType, SGFPropertyValueType propertyValueType, bool list, string ff)
 {
     ID                = id;
     Description       = description;
     PropertyType      = propertyType;
     PropertyValueType = propertyValueType;
     List              = list;
     FF                = ff;
 }
Beispiel #2
0
 public SGFPropertyInfo(string id, string description, SGFPropertyType propertyType, SGFPropertyValueType propertyValueType, bool list, string ff)
 {
     ID = id;
     Description = description;
     PropertyType = propertyType;
     PropertyValueType = propertyValueType;
     List = list;
     FF = ff;
 }
Beispiel #3
0
 protected void Add(string id, string ff, SGFPropertyType propertyType, SGFPropertyValueType propertyValueType, bool list, string description)
 {
     Dictionary.Add(id, new SGFPropertyInfo(id, description, propertyType, propertyValueType, list, ff));
 }
Beispiel #4
0
 protected void Add(string id, string ff, SGFPropertyType propertyType, SGFPropertyValueType propertyValueType, bool list, string description)
 {
     Dictionary.Add(id, new SGFPropertyInfo(id, description, propertyType, propertyValueType, list, ff));
 }