Esempio n. 1
0
 /// <summary>
 /// Determines whether or not the given group belongs to the model.
 /// </summary>
 /// <param name="modelGroup">The group.</param>
 /// <returns>true if the group belongs to the model; otherwise, false.</returns>
 public bool DoesGroupBelongToModel(ModelGroup modelGroup)
 {
     return(RootInformation.ContainsGroup(modelGroup));
 }