public string GetCollectionName() { CloudnameAttribute cloudname = GetCloudname(); if (cloudname != null) { return(cloudname.CollectionName); } return(_helpee.GetType().Name.Pluralize()); }
public string GetObjectName() { CloudnameAttribute cloudname = GetCloudname(); if (cloudname != null) { return(cloudname.ObjectName); } return(_helpee.GetType().Name); }