public DataExplorer Copy() { Server.Application.DataExplorer serverObject = (Server.Application.DataExplorer)ToServerObject(); DataExplorer copiedObject = new DataExplorer(application, serverObject); return(copiedObject); }
public Boolean IsEqual(DataExplorer compareObject) { Boolean isEqual = base.IsEqual((CoreExtensibleObject)compareObject); isEqual &= (IsPublic == compareObject.IsPublic); return(isEqual); }