Exemple #1
0
 public bool Equals(CIQueryParameters other)
 {
     return(other != null &&
            CIType.Equals(other.CIType) &&
            ParentId.Equals(other.ParentId) &&
            Pattern.Equals(other.Pattern) &&
            Page.Equals(other.Page) &&
            ResultPerPage.Equals(other.ResultPerPage));
 }
 public CVCI(CIType type, string name)
 {
     Type = type;
     Name = name;
 }