Beispiel #1
0
 public ResultInfo(string resultIdentifier, string title, ResultIdentifierType type)
 {
     ResultIdentifier = resultIdentifier;
     Title            = title;
     Type             = type;
 }
Beispiel #2
0
		public ResultInfo(string resultIdentifier, string title, ResultIdentifierType type)
		{
			ResultIdentifier = resultIdentifier;
			Title = title;
			Type = type;
		}